/*

 Theme Name:   GeneratePress Child

 Theme URI:    https://generatepress.com

 Description:  Default GeneratePress child theme

 Author:       Tom Usborne

 Author URI:   https://tomusborne.com

 Template:     generatepress

 Version:      0.1

*/

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

html{
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #555555;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}
h1 {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 20px;
}
h2 {
    font-size: 56px;
    line-height: normal;
    color: #222222;
    font-weight: 700;
}
h3 {
    font-size: 40px;
    line-height: normal;
    color: #222222;
    font-weight: 700;
}
h4 {
    font-size: 30px;
    line-height: normal;
    color: #222222;
    font-weight: 700;
}
h5 {
    font-size: 20px;
    line-height: normal;
    color: #222222;
    font-weight: 700;
}
h6 {
    font-size: 20px;
    line-height: normal;
    color: #222222;
    font-weight: 700;
}
.site-content {
    padding-top: 70px;
}
.home .site-content {
    padding-top: 0px;
}
.vc_btn3-container .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
    font-size: 18px;
    line-height: normal;
    color: #ffffff;
    font-weight: 700;
    border: 1px solid #4c74b9;
    border-radius: 10px;
    background-color: #4c74b9;
    background-image: none;
    padding: 20px 30px;
}
.vc_btn3-container .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:hover{
    background-color: #111a36;
    border-color: #111a36;
    color: #fff;
}
.vc_btn3-container .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
    font-size: 18px;
    line-height: normal;
    color: #ffffff;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: transparent;
    background-image: none;
    padding: 20px 30px;
}
.vc_btn3-container .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover{
    background-color: #4c74b9;
    border-color: #4c74b9;
    color: #fff;
}
.separate-containers .site-main {
    margin: 0;
}
header.site-header {
    padding: 30px 0;
    background-color: #fff;
}
.home header.site-header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-image: linear-gradient(#111a36, transparent);
    background-color: transparent;
    z-index: 2;
}
.home .main-navigation .main-nav ul li a{
    color: #fff;
}
.inside-header.grid-container {
    padding: 0 15px;
    max-width: 1400px;
}
.site-header .header-image {
    width: auto;
    max-width: 370px;
}
.main-navigation, .main-navigation ul ul {
    background-color: transparent;
}
.main-navigation .main-nav ul li a {
    font-size: 18px;
    line-height: 60px;
    color: #333333;
    font-weight: 500;
}
.vc_custom_heading.vc_do_custom_heading {
    margin: 0 0 20px;
}
.mainbanner .wpb_text_column p {
    font-size: 20px;
    line-height: 1.4;
    color: #ffffff;
}
.mainbanner .vc_col-sm-8 {
    width: 76%;
}
.mainbanner .vc_col-sm-4 {
    width: 24%;
}
.mainbanner {
    padding: 320px 0 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.mainbanner .wpb_wrapper {
    text-align: center;
}
.mainbanner .playicon .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon.fa-play-circle {
    font-size: 150px !important;
}
.playicon .vc_icon_element-inner {
    position: relative !important;
    width: 186px !important;
    height: 186px !important;
    border-radius: 100%;
    background-color: #111a3699;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.playicon .vc_icon_element-inner:before {
    content: "";
    height: 90%;
    width: 91%;
    border: 1px solid #4c74b9;
    border-radius: 100%;
}
.aboutmain {
    padding: 70px 0;
}
.container.grid-container {
    max-width: 1300px;
}
.wpb_text_column ul {
    margin: 0;
    padding: 0;
}
.wpb_text_column ul li {
    position: relative;
    list-style: none;
    padding: 0 0 25px 24px;
}
.wpb_text_column ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #4c74b9;
    position: absolute;
    left: 0;
    top: 8px;
}
.teammain {
    padding: 70px 0;
}
.teammain .wpb_text_column p {
    color: #fff;
}
.teammain .mega_info_box .mega-info-btn {
    font-size: 18px;
    line-height: normal;
    color: #ffffff;
    font-weight: 700;
    border: 1px solid #4c74b9;
    border-radius: 10px;
    background-color: #4c74b9;
    background-image: none;
    padding: 20px 50px;
    display: inline-block;
    margin: 30px 0 40px;
}
.teammain .mega_info_box .mega-info-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #4c74b9;
}
.teammain .mega_info_box {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 0;
    background-color: #203165;
}
.teammain .mega_info_box h3.mega-info-title {
    font-size: 30px;
    line-height: normal !important;
    color: #222222 !important;
    font-weight: 700;
    padding: 40px 0;
    border-bottom: 1px solid #cbc5c5;
    margin: 0;
    background-color: #fff;
}
.teammain .mega_info_box .mega-info-desc {
    background-color: #fff;
    padding: 30px 20px;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.teammain .mega_info_box .mega-info-desc p {
    font-size: 20px;
    line-height: 1.5;
    color: #555555;
    font-weight: 500;
    margin: 0;
}
.teammain .mega_info_box .mega-info-img {
    padding: 0;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    font-size: 18px;
    line-height: normal;
    color: #4c74b9 !important;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    background-image: none;
    padding: 20px 30px;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover{
    background-color: #203165 !important;
    border-color: #203165 !important;
    color: #fff !important;
}
.workingmain {
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}
.workingmain .wpb_text_column p {
    font-size: 20px;
}
.workingmain .mega_info_box_2 {
    padding: 0;
    margin: 0 0 40px;
    display: flex;
    align-items: center;
}
.workingmain .mega_info_box_2 .mega-info-header {
    width: 80px;
}
.workingmain .mega_info_box_2 .mega-info-header .mega-info-img {
    padding: 0;
}
.workingmain .mega_info_box_2 .mega-info-title {
    font-size: 20px;
    line-height: normal !important;
    color: #222222 !important;
    font-weight: 700;
    margin: 0;
}
.impactmain {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 120px;
}
.impactmain h2.vc_custom_heading {
    font-size: 70px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
.impactmain h2.vc_custom_heading:before {
    content: "";
    background-image: url(http://rpms.rpmlocal.com/wp-content/uploads/2024/10/lineshape.png?id=93) !important;
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 297px;
    height: 14px;
    transform: translateX(-50%);
}
.impactmain a.vc_general.vc_btn3 {
    min-width: 260px;
}
footer.site-info {
    background-color: #4c74b9;
    color: #fff;
    padding: 40px 0;
}
footer.site-info ul {
    margin: 0;
    padding: 0;
}
footer.site-info ul li {
    display: inline-block;
    margin: 0 0 0 40px;
}
footer.site-info ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
footer.site-info .copyright-bar {
    font-size: 18px;
}
.inside-site-info.grid-container {
    padding: 0 15px;
    max-width: 1300px;
}
.footer-widgets-container.grid-container {
    padding: 0 15px;
    max-width: 1300px;
}
.site-footer .footer-widgets {
    padding: 90px 0 50px;
    text-align: center;
}
.site-footer .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.site-footer .menu li {
    padding: 0 20px;
    margin: 0 0 10px;
}
.site-footer .menu li a {
    text-decoration: none;
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    font-weight: 700;
}
.site-footer .menu li a:hover{
    color: #203165;
}
.site-footer .menu li:before {
    content: "";
    height: 20px;
    width: 2px;
    background-color: #333333;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.site-footer .menu li:last-child:before {
    content: none;
}
.site-footer .footer-widgets .widget {
    margin: 0 0 15px;
}
.site-footer .footer-widgets-container .inner-padding {
    padding: 0;
}
ul.footer_social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
ul.footer_social li {
    margin: 0;
}
.testimonial_main {
    padding: 70px 0;
}
.stars-testimonials .slick-list {
    margin: 50px -200px 0;
}
.stars-testimonials .masonry-item {
    margin: 45px 20px 10px;
    position: relative;
    opacity: 0.5;
}
.stars-testimonials .slick-current + .masonry-item {
    opacity: 1;
}
.stars-testimonials .masonry-item:before {
    content: "";
    background: url(http://rpms.rpmlocal.com/wp-content/uploads/2024/10/hangout-icon.png) no-repeat center;
    width: 106px;
    height: 106px;
    position: absolute;
    right: 40px;
    z-index: 1;
    top: -40px;
}
.stars-testimonials .masonry-item figure {
    font-family: inherit;
    background-color: #fff;
    padding: 100px 40px 40px;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.stars-testimonials blockquote:before, .stars-testimonials blockquote:after {
    content: none !important;
}
.stars-testimonials blockquote {
    padding: 0 !important;
    border: 0;
    font-size: 26px !important;
    line-height: 1.4 !important;
    color: #555555;
    margin: 0 0 40px !important;
    width: 100%;
}
.stars-testimonials img {
    width: 92px;
    height: 92px;
    border-radius: 100%;
    object-fit: scale-down;
}
.stars-testimonials .masonry-item .author {
    position: initial;
    width: calc(100% - 92px);
    padding-left: 25px;
    display: flex;
    align-items: center;
}
.stars-testimonials .st-testimonial-title {
    font-size: 24px;
    line-height: 26px;
    color: #333333;
    font-weight: 700 !important;
    opacity: 1 !important;
    text-transform: capitalize;
}
.stars-testimonials .st-testimonial-title .st-testimonial-company {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    padding: 3px 0 0;
    font-weight: 500;
}
.stars-testimonials .masonry-item figure .starrating {
    position: absolute;
    left: 43px;
    top: 30px;
    font-size: 40px;
    color: #fcde00;
    letter-spacing: 10px;
}
.stars-testimonials .slick-dots {
    position: initial;
}
.stars-testimonials .slick-dots li button:before {
    content: none;
}
.stars-testimonials .slick-dots li {
    height: auto;
    width: auto;
}
.stars-testimonials .slick-dots li button {
    padding: 0;
    width: 29px;
    height: 10px;
    border-radius: 5px;
    background-color: #cdd1d9;
    transition: 0.5s all;
}
.stars-testimonials .slick-dots li.slick-active button {
    background-color: #212f63;
    width: 51px;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0;
}
.container {
    padding: 0 15px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.banner_section {
    padding: 210px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.banner_section h1 {
    line-height: normal;
    color: #ffffff;
    margin: 0;
}
.breadcumbs ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
}
.breadcumbs ul li {
    color: #fff;
    list-style: none;
}
.breadcumbs ul a {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    text-decoration: none;
}
.contact-top {
    padding: 0 0 40px;
}
.contact-top .mega_info_box {
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(107,133,218,0.2);
    background-color: #ffffff;
    border: 1px solid #e1e5ed;
    border-bottom: 10px solid #203165;
    min-height: 270px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.contact-top .mega_info_box .mega-info-header {
    max-width: 85px;
    max-height: 81px;
}
.contact-top .mega_info_box .mega-info-header {
    max-width: 85px;
    max-height: 81px;
}
.contact-top .mega_info_box .mega-info-title {
    font-size: 18px;
    line-height: normal !important;
    text-transform: uppercase;
    color: #333333 !important;
    font-weight: 500;
    margin: 20px 0 8px;
}
.contact-top .mega_info_box p {
    font-size: 26px;
    line-height: normal;
    color: #333333;
    font-weight: 700;
    margin: 0;
}
.contact-detail {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px 0;
}
.contact-detail h2 {
    font-size: 60px;
    color: #4c74b9;
    font-weight: 700;
}
.wpcf7-form .wpcf7-form-control {
    height: 62px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #d3d7dc;
    width: 100%;
    font-size: 18px;
    line-height: normal;
    color: #333333;
    font-weight: 500;
}
.wpcf7-form span.wpcf7-form-control-wrap {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.wpcf7-form br {
    display: none;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    background-color: #4c74b9;
    height: auto;
    padding: 20px 20px;
}
.wpcf7-form textarea.wpcf7-form-control {
    height: 100px;
}
.contact-detail .vc_col-sm-6 {
    width: 100%;
}
.contact-detail .vc_col-sm-6 > div {
    max-width: 650px;
    margin: 0 auto;
}
.contact-detail .vc_col-sm-3 {
    width: 100%;
}
.post .inside-article {
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(107,133,218,0.2);
    background-color: #ffffff;
}
.is-right-sidebar {
    padding-left: 40px;
}
.sidebar .widget {
    border-radius: 10px;
    background-color: #f2f6ff;
    border: 1px solid #e1e5ed;
    padding: 20px 20px;
}
.separate-containers .inside-left-sidebar, .separate-containers .inside-right-sidebar {
    margin-top: 0;
}
.sidebar .widget h2.widget-title{
    font-size: 30px;
    line-height: normal;
    color: #4c74b9;
    font-weight: 700;
}
.job_opening li {
    font-size: 18px;
    line-height: normal;
    color: #333333;
    border-bottom: 1px solid #d3d6de;
    margin-bottom: 20px !important;
    display: inline-block;
    width: 100%;
    padding: 0 0 20px 30px;
}
.job_opening li a{
    color: inherit;
    font-weight: inherit;
}
.job_opening li:last-child {
    border-bottom: 0;
    margin-bottom: 0 !important;
}
.job_opening li:before {
    content: "";
    background: url(right-icon.png) no-repeat left center;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.sidebar .widget.widget_search {
    background-color: transparent;
    padding: 0;
    border: 0;
}
.widget .search-form {
    width: 100%;
}
.sidebar .widget#custom_html-4 {
    background-color: #203165;
    color: #fff;
    text-align: center;
    padding: 35px 10px;
}
.sidebar_join_us {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.sidebar_join_us h2 {
    color: #fff;
    font-size: 40px;
    padding-bottom: 15px;
    position: relative;
}
.sidebar_join_us h2:before {
    content: "";
    background-image: url(http://rpms.rpmlocal.com/wp-content/uploads/2024/10/lineshape.png?id=93) !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 237px;
    height: 9px;
    transform: translateX(-50%);
    background-size: 100%;
}
.calllink {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: normal;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.calllink:before {
    content: "";
    background: url(call-icon.png) no-repeat left center;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 5px;
}
.themebtn {
    font-size: 18px;
    line-height: normal;
    color: #ffffff;
    font-weight: 700;
    border: 1px solid #4c74b9;
    border-radius: 10px;
    background-color: #4c74b9;
    background-image: none;
    padding: 20px 50px;
    text-decoration: none;
}
.themebtn:hover{
    background-color: #fff;
    border-color: #fff;
    color: #4c74b9;
}
.sidebar .widget.widget_recent_entries {
    padding: 30px 0 0;
    border: 0;
    background-color: transparent;
}
.widget_recent_entries li {
    border-left: 3px solid #203165;
    padding: 4px 0 4px 10px;
    margin-bottom: 15px !important;
}
.widget_recent_entries li a {
    font-size: 18px;
    line-height: normal;
    color: #333333;
    font-weight: 700;
    text-decoration: none;
}
.sidebar .widget.widget_recent_entries .post-date {
    font-size: 14px;
    line-height: normal;
    color: #aaaaaa;
    display: block;
}
.post .inside-article .post-image img {
    width: 100%;
    height: 372px;
    border-radius: 10px;
    background-color: #203165;
    object-fit: cover;
}
.post .inside-article .entry-meta {
    position: relative;
    padding-left: 26px;
}
.post .inside-article .entry-meta:before {
    content: "";
    background: url(calendar-icon.png) no-repeat left center;
    width: 19px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
}
.post .inside-article h2.entry-title a {
    font-size: 30px;
    color: #222222;
}
.read-more-button, .post .inside-article .entry-summary a.read-more {
    font-size: 18px;
    line-height: normal;
    color: #ffffff;
    font-weight: 700;
    border: 1px solid #4c74b9;
    border-radius: 10px;
    background-color: #4c74b9;
    background-image: none;
    padding: 20px 50px;
    text-decoration: none;
    display: list-item;
    width: fit-content;
    margin-top: 20px;
}
.blog .inside-article > .post-image {
    display: none;
}
.read-more-button:hover, .post .inside-article .entry-summary a.read-more:hover{
    background-color: #fff;
    color: #4c74b9;
}
.post .inside-article .entry-summary {
    margin: 10px 0 15px;
}
.paging-navigation {
    padding: 30px 0 0 !important;
}
.paging-navigation .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.paging-navigation .page-numbers {
    width: 58px;
    height: 58px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}
.paging-navigation .nav-links .current.page-numbers {
    background-color: #4c74b9;
    color: #fff;
    border-color: #4c74b9;
}
.paging-navigation .page-numbers.next, .paging-navigation .page-numbers.prev {
    font-size: 0;
}
.paging-navigation .page-numbers.next span, .paging-navigation .page-numbers.prev span {
    font-size: 20px;
}
.widget .search-form button.search-submit {
    display: none;
}
.widget .search-form label {
    width: 100%;
}
.widget .search-form input.search-field {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    height: 40px;
    background: transparent url(search-icon.png) no-repeat left top;
    border: 0;
    border-bottom: 1px solid #b3b3b3;
    padding: 0 0 16px 45px;
    outline: none;
}


.single h1.entry-title {font-size: 70px;color: #000;}
.single .entry-content h2 {font-size: 42px;font-weight: 700;}
.single .entry-content h2 span{font-weight: 700!important;}
.single .entry-content h3 {font-size: 30px;font-weight: 700;}
.single .entry-content h3 span{font-weight: 700!important;}
.single .entry-content h4 {font-size: 26px;font-weight: 700;}
.single .entry-content h4 span{font-weight: 700!important;}
.single .entry-content h5 {font-size: 24px;font-weight: 700;}
.single .entry-content h5 span{font-weight: 700!important;}
.single .entry-content h6 {font-size: 22px;font-weight: 700;}
.single .entry-content h6 span{font-weight: 700!important;}














@media screen and (max-width: 1200px) {
    .main-navigation .main-nav ul li a {
        line-height: normal;
        padding: 0 15px;
    }
    .site-header .header-image {
        max-width: 200px;
    }
    h1 {
        font-size: 54px;
    }
    .mainbanner {
        padding: 170px 0 130px;min-height: 10px !important;
    }
    h2 {
        font-size: 46px;
    }
    .aboutmain {
        margin: 0;
        padding: 60px 15px;
    }
    .impactmain h2.vc_custom_heading {
        font-size: 50px;
    }
    .impactmain {
        padding: 30px 0 50px;
    }
    .stars-testimonials blockquote {
        font-size: 20px !important;
    }
}
@media screen and (max-width: 768px) {
.main-navigation .menu-toggle {
    color: #fff !important;
    background-color: #5472d2 !important;
}
.has-inline-mobile-toggle #site-navigation ul {
    background-color: #252d46 !important;
    position: relative;
    padding: 18px 10px 20px 10px;
}
.main-navigation .main-nav ul li a {
    padding: 10px 30px;
}
.mainbanner .vc_col-sm-8 {
    width: 100%;
}
.mainbanner .vc_col-sm-4 {
    width: 226px;
}
.mainbanner.vc_row.vc_row-flex {
    align-items: center;
    justify-content: center;
    text-align: center;
}
.mainbanner h1.vc_custom_heading.vc_do_custom_heading {
    text-align: center !important;
}
.mainbanner {
    padding: 100px 0 0px;
}

.aboutmain .vc_col-sm-6 {
    width: 100%;
}
.teammain .vc_row.wpb_row.vc_inner {
    max-width: 500px;
    margin: 0 auto;
}
.teammain .vc_col-sm-4 {
    width: 100%;
}
.workingmain {
    padding: 70px 0 350px;
    background-position: center bottom;
}
.workingmain .vc_col-sm-7 {
    width: 100%;
}
.stars-testimonials .slick-list {
    margin: 50px 0 0;
}
.is-right-sidebar {
    padding: 40px 0 0;
}
}
@media screen and (max-width: 479px) {
h1, h2 {
    font-size: 30px;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 24px;
}
.mainbanner .wpb_text_column p, .workingmain .wpb_text_column p {
    font-size: 16px;
}
.stars-testimonials blockquote {
    font-size: 16px !important;
}
.stars-testimonials .masonry-item figure {
    padding: 70px 20px 40px;
}
.stars-testimonials .masonry-item figure .starrating {
    left: 22px;
    font-size: 30px;
}
.stars-testimonials .masonry-item {
    opacity: 1;
}
.impactmain h2.vc_custom_heading {
    font-size: 30px;
}
.vc_btn3-container .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern, .vc_btn3-container .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline, .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern, .teammain .mega_info_box .mega-info-btn, .vc_btn3-container .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
    font-size: 15px;
    padding: 15px 18px;
    min-width: 10px;
}
.contact-detail h2{font-size: 35px;}
.banner_section {
    padding: 60px 0;
}
.post .inside-article .post-image img {
    height: auto;
}
.paging-navigation .nav-links {
    justify-content: center;
}
.single h1.entry-title {
    font-size: 42px;
    margin-bottom: 30px;
}
.single .entry-content h2 {
    font-size: 36px;
}
}

@media screen and (max-width: 1024px) {
.single h1.entry-title {
    font-size: 48px;
    margin-bottom: 30px;
}
}