/*
Theme Name:     PMTR Industries Child
Theme URI:      https://www.craftivestudio.com/
Description:    PMTR Industries Child Theme
Author:         Craftive Studio
Author URI:     https://www.craftivestudio.com/
Template:      pmtrindustries
Version:        2.2.3
*/


/*---- FONTS CSS STARTS HERE ---*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #401163;
    margin-bottom: 40px;
}
.heading-style h2 {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #401163;
    margin-bottom: 40px;
}
h1,h2,h3 {
    font-weight: bold;
}
ul {
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Firefox */
}


::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Firefox */
}


:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Firefox */
}


::placeholder {
    color: #fff !important;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff !important;
}

/*---- FONTS CSS ENDS HERE ---*/

/*----- TOPBAR CSS STARTS -----*/
#mobile-header {
    display: none;
} 
.top-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 20px;
}
.top-bar p {
    margin: 0 !important;
    font-size: 14px;
}
.top-bar p:after {
    content: "|";
    position: relative;
    top: -1px;
    margin: 0 11px;
    color: black;
    font-weight: 700;
}
.top-bar p a {
    color: black;
    text-decoration: none;
}
.top-bar p a:hover {
    color: #fa242e;
}
/*--- SOCIAL ---*/
#top-social li a {
    background-color: transparent !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin-right: 5px !important;
}
#top-social li a.cnss-facebook {
    color: #3a5a98 !important;
}
#top-social li a.cnss-twitter {
    color: #0fb5ee !important;
}
#top-social li a.cnss-linkedin {
    color: #0077b5 !important;
}
#top-social li a.cnss-pinterest {
    color: #be091c !important;
}
/*----- TOPBAR CSS ENDS -----*/

/*--- HEADER CSS STARTS ---*/
header#masthead {
    position: relative;
}
.site-branding {
    position: absolute;
    z-index: 9;
}
.site-branding:after {
    content: "";
    border-bottom: 40px solid #efefef;
    border-right: 30px solid transparent;
    position: absolute;
    right: -30px;
    top: 65px;
}
.site-branding:before {
    content: "";
    border-bottom: 40px solid #efefef;
    border-left: 30px solid transparent;
    position: absolute;
    left: -30px;
    top: 65px;
}

nav#site-navigation {
    padding-bottom: 20px;
}

.quote {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.quote a {
    width: 280px;
    display: flex;
    text-align: center;
    background-color: #401163;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease-in;
}
.quote a:hover {
    background-color: #4db748;
}
header.entry-header {
     display: none;
 }
/*--- HEADER CSS ENDS ---*/

/*----- REVOLUTION SLIDER CSS STARTS -----*/
.rev-slider .tp-bgimg:before {
    content: "";
    border-bottom: 500px solid rgba(64, 17, 99, 0.7);
    border-right: 100vw solid transparent;
    position: absolute;
    bottom: 0;
}
.slide-heading .char36 {
    color: #ed1c24;
}
.slide-heading .char38 {
    color: #4ab848;
}
.slide-heading .char39 {
    color: #d7b740;
}
.rev-slider {
    margin-bottom: 0 !important;
}
/*----- REVOLUTION SLIDER ENDS -----*/

/*---- CONTENT CSS STARTS ----*/
.small-para p {
    font-size: 14px;
    padding: 0 100px;
}
.custom-btn a {
    background-image: none !important;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 15px 40px !important;
    border: 2px solid #401163 !important;
}
.custom-btn a:hover {
    background-color: transparent !important;
    color: #401163 !important;
}

.pmtr-row {
    padding-top: 50px;
    padding-bottom: 300px;
}
.pmtr-row:before {
    content: "";
    background: url(images/Green-bg.png);
    background-size: 100% 100%;
    height: 400px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.heading-style h1 .char1, .heading-style h2 .char1 {
    color: #ed1c24;
}
.heading-style h1 .char3, .heading-style h2 .char3 {
    color: #4ab848;
}
.heading-style h1 .char4, .heading-style h2 .char4 {
    color: #d7b740;
}
.small-para h3 {
    color: #401163;
}
/*---- CONTENT CSS ENDS ----*/

/*----- TABS CSS STARTS -----*/
.tabs-right .title-desc {
    width: 75%;
}
.tabs-right .read-more {
    width: 25%;
}
div#tabs1 {
    display: block;
}
.tabsleft-content {
    display: none;
}
.tab-image img {
    width: 100%;
    height: auto;
}
.tabs-left {
    padding: 0;
    list-style: none;
    margin: 0;
}
.tabs-left h3 {
    background-color: #414141;
    color: white;
    padding: 20px 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}
.innerloop li a {
    background-color: #eaeaea;
    border-top: 1px solid white;
    padding: 13px 16px;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    text-decoration: none;
    display: flex;
    position: relative;
    transition: all 0.3s ease-in;
    align-items: center;
}
.innerloop li a:hover, .innerloop li.active a {
    background-color: #401163;
    color: white;
    transition: all 0.3s ease-in;
}

.innerloop li a:hover:before, .innerloop li.active a:before  {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #401163;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: -20px;
    transition: all 0.3s ease-in;
}

.tabsleft-content {
    position: relative;
}
.tab-content {
    position: absolute;
    bottom: 0;
    background-color: rgba(64, 17, 99, 0.7);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px;
    color: white;
}
.title-desc h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.tabsleft-content .title-desc ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.tabsleft-content .title-desc ul li:before {
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.tabsleft-content .read-more a {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #2d932b;
    padding: 15px 30px;
    text-decoration: none;
    border: 2px solid #2d932b;
    transition: all 0.3s ease-in;
}
.tabsleft-content .read-more a:hover {
    background-color: transparent;
}

/*----- TABS CSS ENDS -----*/

/*----- BLOGS SECTION CSS STARTS ----*/
.post-img img {
    width: 100%;
    height: auto;
}
.post-loop .new-post:first-child {
    float: none;
    width: 100%;
}
.post-loop .new-post:first-child .post-content {
    text-align: center;
    padding: 0 70px;
}
.post-loop .new-post {
    width: 50%;
    float: left;
    position: relative;
    padding: 0 15px;
    display: flex;
    margin-bottom: 30px;
}
.post-loop .new-post:first-child .post-img img {
    height: 465px;
    object-fit: cover;
}

.post-loop .new-post .post-img {
    width: 50%;
}
.post-loop .new-post .post-img img {
    height: 350px;
    object-fit: cover;
}
.post-loop .new-post:nth-child(2) {
    margin-bottom: 35px;
}
.titlepost {
    margin-bottom: 15px;
}
.titlepost h3 a {
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    color: black;
	transition:all 0.3s ease-in;
}
.titlepost h3 a:hover {
    color: #401163;
}
.contentpost p {
    font-size: 14px;
    letter-spacing: 0;
}
.post-content {
    position: relative;
    padding: 0 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
}

.new-post .read-more {
    display: none;
}
.post-loop .new-post:first-child .read-more{
    display: block;
}
.post-loop .new-post:first-child .read-more a {
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #2d932b;
    padding: 13px 30px;
    text-decoration: none;
    transition: all 0.3s ease-in;
    display: inline-block;
    margin-top: 10px;
}
.post-loop .new-post:first-child .read-more a:hover {
    background-color: #401163;
}
.cs-meta {
    margin-bottom: 20px;
}
.cs-meta ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.cs-meta ul li {
    display: inline-block;
    font-size: 16px;
    color: #2d932b;
    text-transform: capitalize;
    font-weight: 500;
}
.cs-meta ul li:first-child:after {
    content: "|";
    margin: 0 3px 0 6px;
}
.home div#comments {
    display: none;
}
div#execphp-3 {
    margin-bottom: 70px !important;
}
/*----- BLOGS SECTION CSS ENDS ----*/

/*---- INNER PAGE CSS STARTS ----*/
.inner-banner h1, .post-banner h1, .inner-banner h2, .post-banner h2 {
    color: white;
    margin-bottom: 50px !important;
	font-size: 42px;
}
.inner-banner {
    min-height: 560px;
}
.inner-banner:before, .post-banner:before {
    content: "";
    border-top: 260px solid transparent;
    border-left: 55vw solid rgba(64, 17, 99, 0.7);
    border-bottom: 0px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    display: block !important;
}


/*Contact Us Page*/
#get-touch-row {
    margin-top: 100px;
    margin-bottom: 80px !important;
    background-size: 60% 100% !important;
    background-position: right center !important;
    background-repeat: no-repeat;
}
.bottom-mr {
    margin-bottom: 80px !important;
}
.get-right-col {
    width: 60% !important;
}
.get-left-col {
    width: 40% !important;
    padding-right: 25px !important;
}
.contact-left-info-menu {
    margin-top: 65px;
}
.get-touch-right h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
}
.get-touch-right p {
    color: #fff;
    line-height: 25px;
    font-size: 16px;
}
.contact-left-info h3 {
    color: #401163;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
}
ul#contact-page-socials {
    padding-top: 50px;
}
ul#contact-page-socials li a {
    background: transparent !important;
    color: #401163 !important;
}
.contact-left-info-menu li strong {
    text-transform: uppercase;
    color: #401163;
}
.contact-left-info-menu li a {
    color: #414141;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.contact-left-info-menu li {
    display: block;
    font-size: 18px;
    position: relative;
    margin-bottom: 75px;
    padding-left: 89px;
}
.contact-left-info-menu li a {
    line-height: 23px;
    font-weight: 500;
}
.contact-left-info-menu li:first-child a {
    width: 70%;
    display: block;
    float: right;
}
.contact-left-info-menu li:before {
    position: absolute;
    content: "\f041";
    font-family: "FontAwesome";
    left: 0;
    width: 70px;
    line-height: 70px;
    height: 70px;
    color: #fff;
    background:#401163;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    top: -19px;
}
.contact-left-info-menu li:nth-child(2):before {
   content: "\f095";
} 
.contact-left-info-menu li:last-child:before {
   content: "\f0e0";
} 
.contact-left-info-menu li a:hover {
    text-decoration: none;
    color: #ed1c24;
}
.cnt-form .form-control {
    color: #ffffff;
    background-color: transparent;
    box-shadow: none !important;
    outline: none !important;
    border-bottom: 2px solid #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
	resize: none;
}
.cnt-form .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #5cb3fd;
    outline: 0;
}
input.wpcf7-form-control.wpcf7-submit.submit-btn {
    background: #2d932b;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 13px 48px;
    margin-top: 33px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
input.wpcf7-form-control.wpcf7-submit.submit-btn:hover {
    background: #ed1c24;
}
/*About Us Page*/
.main-about-row {
    margin-bottom: 80px !important;
    background-size: 49% 100% !important;
    background-position: right center !important;
    background-repeat: no-repeat;
}
.about-left-col {
    width: 60% !important;
}
.about-right-col {
    width: 40% !important;
    height: 692px;
}
.about-right-content {
    background: #fff;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(36,37,38,0.23);
    -moz-box-shadow: 0px 0px 21px 0px rgba(36,37,38,0.23);
    box-shadow: 0px 0px 21px 0px rgba(36,37,38,0.23);
    padding: 51px 51px;
}
.about-right-content h3 {
 text-transform: uppercase;
 font-size: 36px;
 color: #401163;
 line-height: 36px;
     margin-bottom: 27px;
}
#our_mission {
    margin-bottom: 60px !important;
}
.our-mission-content {
    padding-right: 40px !important;
}
.our-mission-content h3 {
    text-transform: uppercase;
    color: #401163;
    line-height: 36px;
    font-size: 36px;
    margin-bottom: 30px;
}
.our-mission-counter {
    text-transform: uppercase;
    text-align: center;
    border:1px solid #ebebeb;
    padding: 20px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.our-mission-counter h3 {
    color: #401163;
    font-size: 36px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 13px;
}
.our-mission-counter h3:after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    background:#414141;
    width: 100%;
    max-width: 50px;
    height: 3px;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
}
.our-mission-counter h4 {
    font-size: 20px;
    color: #414141;
}
.our-mission-counter:hover {
    background: #401163;
}
.our-mission-counter:hover h3:after {
    background:#fff;
} 
.our-mission-counter:hover h3,
.our-mission-counter:hover h4 {
    color: #fff;
}
/*Our Service Page*/
.our-service-top-row {
    text-align: center;
    margin-top: 55px;
    margin-bottom: 55px !important;
}
.our-services-row{
	margin-top: 55px;
}
.our-service-top-row p {
    display: inline-block;
    width: 100%;
    max-width: 83%;
    margin: 0 auto;
    text-align: center;
}
.service-grid-title h4 {
    text-transform: uppercase;
    font-weight: bold;
    height: 60px;
}
.service-grid-title h4 a:hover {
    color: #ed1c24 !important;
}
.service-grid-btn a {
    background: transparent !important;
    text-transform: uppercase !important;
    padding: 0 !important;
    margin-top: 13px !important;
}
.service-grid-btn a:hover {
    color: #ed1c24 !important;
}
.we-provide-left{
    width: 60% !important;
}
.we-provide-right {
    width: 40% !important;
    text-align: right;
}
.we-provide-tittle h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
}
.we-provide-right h3,
.we-provide-right h4 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
.we-provide-right h3 {
    margin-bottom: 0;
}
.we-provide-right a {
    color: #d7b740;
    font-size: 36px;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.we-provide-right p {
    margin: 0;
}
a.bottom-btn {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    background: #2d932b;
    padding: 14px 36px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.we-provide-right a:hover {
    text-decoration: none;
    color: #ed1c24;
}
a.bottom-btn:hover {
    text-decoration: none;
    background: #d7b740;
    color: #fff;
}


/*OUR BLOG*/
.post-banner {
    background:url(images/inner-banner.jpg) no-repeat;
    background-size: cover;
    height: 551px;
    position: relative;
}
.post-banner h1, .post-banner h2 {
    position: absolute;
    top: 445px;
}

/*Single Blog*/
.single #primary {
    margin-top: 90px;
    margin-bottom: 100px;
}
.single-blog-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.single h1.entry-title {
    font-size: 36px;
    text-transform: inherit;
    line-height: 36px;
    color: #414141;
    margin-top: 39px;
    margin-bottom: 20px;
}
.single .entry-meta {
    margin-bottom: 24px;
}
.single .entry-meta a {
    color: #414141;
}
.single .entry-meta a:hover {
    text-decoration: none;
}
nav.navigation.post-navigation, span.edit-link {
    display: none;
}
.single header.entry-header {
    display: block;
}
.blog-footer {
    border: 1px dashed #ccc;
    border-left: 0;
    border-right: 0;
    margin-top: 64px;
}
footer.entry-footer {
    margin-top: 17px;
}
span.cat-links {
    font-weight: 500;
}
span.cat-links a {
    font-weight: normal;
    color: #414141;
}
span.cat-links a:hover {
    text-decoration: none;
}
/*
* BLOG DETAILS PAGE CSS 
*/

#commentform {
    display: flex;
    flex-wrap: wrap;
}
.comment-notes {
    flex-basis: 100%;
}
.comment-form-comment {
    flex-basis: 100%;
    margin-bottom: 1.5rem;
}
.comment-form-author  , .comment-form-email{
    flex-basis: 32.5%;
    margin-right: 1%;
}
.comment-form-url {
    flex-basis: 32.99%;
}
#commentform label {
    display: block;
    max-width: 100%;
    margin-bottom: 3px;
    font-weight: 400;
}
#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"] {
    width: 100%;
    height: 40px;
    border-radius: 0;
    padding-left: 10px;
    border: 1px solid #eaeaea;
    outline: 0;
    box-shadow: none !important;
}
#reply-title::before {
    content: 'LEAVE A COMMENT';
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ed1c24;
}
#reply-title {
    font-size: 0;
    margin-bottom: 1.5rem;
}
.form-submit input {
    color: #fff;
    font-size: 1rem;
    background-color: #2d932b;
    padding: 11px 30px;
    border: 0;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Museo Sans 500' !important;
}
.form-submit {
    margin-top: 30px;
}
.comment-form-comment textarea {
    padding: 10px 0 0 10px;
    width: 100%;
    border: 1px solid #eaeaea;
}
.comment-meta {
    background-color: transparent !important;
}
#comments .comments-title {
    font-size: 0;
}
#comments .comments-title::before {
    content: 'COMMENTS';
    font-size: 1.3rem;
    font-weight: bold;
    color: #e24c25;
}
#comments {
    margin-top: 60px;
    width: 100%;
    max-width: 70%;
}
.comment-meta {
    padding: 0;
}
.comment-form-cookies-consent {
    display: none;
}
.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.comment-respond {
    padding-bottom: 5%;
    margin: 20px 1px 20px 1px;
        border-left: none !important;
}
.comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}
.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}
.comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}
li.comment {
    background-color: #fff;
    border-right: none;
}
.comment-content {
    clear: both;
    overflow: hidden;
}
.comment-list li {
    font-size: 14px;
    padding: 20px 30px 20px 0px;
}
.comment-list .children {
    margin-top: 40px;
    border: 1px solid #ccc;
    padding-left: 0;
}
.comment-list li li {
    background-color: #f5f5f6;
}
.comment-list li li li {
    background-color: #fff;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.comment-content p {
    margin-top: 10px;
}
.entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}
.entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}
.entry-pings .reply {
    display: none;
}
.bypostauthor {
}
.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}
.comment-reply-link {
    cursor: pointer;
    background-color: #eeeeee;
    border: none;
    border-radius: 3px;
    color: #000;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    width: auto;
    font-weight: normal;
}
.comment-metadata a time {
    color: #777;
}
.comment-author.vcard img {
    margin-right: 7px;
    margin-bottom: 5px;
}
.says {
    display: none;
}
.comment-author.vcard .fn a , .comment-author.vcard .fn  {
    text-transform: uppercase;
    color: #777;
}
.comment-notes{
    display:none;   
}
ol.comment-list li.parent > article {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
}
ol.comment-list {
    margin: 0 !important;
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 35px !important;
}

.qoute-frm {
    margin: 0 auto;
    text-align: center;
}
/*Blog page*/
.main-grig-blog {
    margin-bottom: 70px;
}
.our-blog-top-row {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 60px !important;
}
.our-blog-top-row h3 {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 42px;
    color: #401163;
    margin-bottom: 36px;
}
.our-blog-top-row p {
    display: inline-block;
    width: 100%;
    max-width: 83%;
    text-align: center;
    color: #414141;
    font-size: 14px;
    line-height: 28px;
}
.blog-col-outer {
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    -ms-display: flex;
    display: flex;
    margin-bottom: 45px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #f6f6f6;
}
.blog-right-col, .blog-left-col {
    width: 50%;
    overflow: hidden;
}
.blog-left-col {
    padding: 0 20px;
}
.blog-right-col img {
    width: 100%;
    max-width: 100%;
}
.blog-right-col img {
    height: 360px;
    object-fit: cover;
}
.blog-left-col h3 a {
    color: #414141;
    font-size: 24px;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-left-col .read-more a {
    text-transform: uppercase;
    color: #2d932b;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blog-left-col .read-more a:hover,
.blog-left-col h3 a:hover {
     text-decoration: none;
    color: #ed1c24;
}
.blog-left-col p {
    font-size: 14px;
    line-height: 28px;
}
.blog-left-col ul {
    margin-top: 17px;
    margin-bottom: 15px;
}
.blog-left-col ul li {
    display: inline-block;
    color: #2d932b;
}
/*Single Service Page*/



.service-box-right {
    padding-left: 35px;
}
.service-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
h3.service-single-title {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px;
    color: #401163;
    margin-top: 30px;
    margin-bottom: 45px;
	display: none;
}
.service-single-content h1 {
    text-transform: capitalize;
    font-size: 36px;
    line-height: 36px;
    color: #401163;
    margin-top: 30px;
    margin-bottom: 45px;
}
.service-single-content h4 {
    color: #401163;
    margin-top: 30px;
    margin-bottom: 10px;
}
.service-single-content ul li {
    font-size: 16px;
    margin-bottom: 14px;
    list-style: none;
    position: relative;
    padding-left: 25px;
    color: #414141;
    line-height: 23px;
}
.service-single-content ul li:before {
    position: absolute;
    left: 0;
    content: "\f0a9";
    font-family: "FontAwesome";
}
li#nav_menu-4 {
    list-style-type: none;
}
li#nav_menu-4 h2 {
    background-color: #414141;
    color: white;
    padding: 20px 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}
ul#menu-service-sidebar li {
    list-style: none;
    cursor: pointer;
}
ul#menu-service-sidebar li a {
        background-color: #eaeaea;
    border-top: 1px solid white;
    padding: 13px 16px;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    text-decoration: none;
    display: block;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
}


ul#menu-service-sidebar li a:hover, ul#menu-service-sidebar li.current-menu-item a {
    background-color: #401163;
    color: white;
}

ul#menu-service-sidebar li a:hover:before, ul#menu-service-sidebar li.current-menu-item a:before  {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #401163;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: -20px;
    top: 10px;
}
.service-single-cpt {
    background: url(images/footer-cpt.jpg) no-repeat;
    background-size: cover;
    padding: 3px 0;
}
.outer-cpt-single {
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 30px;
}
.outer-cpt-single-left {
    width: 57%;
}
.outer-cpt-single-right {
    width: 43%;
    text-align: right;
	margin-top: 20px;
}
.outer-cpt-single-right li {
    list-style: none;
}
.outer-cpt-single-right h3 {
    margin: 0;
}
.outer-cpt-single-right p {
    margin: 0;
}
.outer-cpt-single-right h3, .outer-cpt-single-right h4 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
.outer-cpt-single-left h3 {
        text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    margin: 0;
}
.outer-cpt-single-right a {
    color: #d7b740;
    font-size: 36px;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.outer-cpt-single-right a.bottom-btn {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    background: #2d932b;
    padding: 14px 36px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.outer-cpt-single-right a.bottom-btn:hover {
    text-decoration: none;
    background: #d7b740;
    color: #fff;
}
.outer-cpt-single-right a:hover {
    text-decoration: none;
    color: #ed1c24;
}
.home-blog-row {
    padding-top: 50px;
    padding-bottom: 50px;
}
.coming-soon-title h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #401163;
    margin-bottom: 50px !important;
}
.coming-soon-title-2 {
    margin-top: 20px;
}
/*404 & Search Page*/

.not-found {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 90px;
}

input.search-submit {
    background: #2d932b;
    color: #fff;
    border: 0;
    outline: 0;
    height: 41px;
    padding: 0 15px;
	transition: all ease-in-out 0.3s;
	cursor: pointer;
}
input.search-submit:hover {
    background-color: #401163;
}
input.search-field {
    height: 41px;
    outline: 0;
    box-shadow: none;
    border: 0;
    background: #d6d6d6;
    padding-left: 17px;
}
.search #primary {
    margin-top: 60px;
    margin-bottom: 76px;
}
.search article {
    border: 1px solid #ccc;
    margin-bottom: 40px;
    padding: 24px 19px;
}
.search_title a {
    color: #414141;
}
/*---- INNER PAGE CSS ENDS ----*/

/*---- FOOTER CSS STARTS ----*/
.main-footer {
    background-color: #161616;
    padding: 80px 0 50px;
    color: white;
}
.widget_sp_image-description {
    margin-top: 30px;
}
.widget_sp_image-description p {
    font-size: 13px;
    margin-bottom: 30px;
}
ul#bottom-social li a {
    background-color: transparent !important;
    padding: 0 !important;
    width: auto !important;
    margin-right: 10px !important;
}

footer h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 40px;
}

footer ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
footer ul li {
    font-size: 14px;
}
footer ul li a {
    color: white !important;
    margin-bottom: 6px;
    display: inline-block;
    text-decoration: none !important;
}
footer ul li a:hover {
    color: #2d932b !important;
}
footer ul.menu li.current-menu-item a {
    color: #2d932b !important;
}
footer .menu li:before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2d932b;
    margin-right: 8px;
}
div#nav_menu-2 {
    padding-left: 60px;
}

div#text-3 ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 17px;
}
div#text-3 ul li:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2d932b;
    margin-right: 20px;
    position: absolute;
    left: 0;
}
div#text-3 ul li:nth-child(2):before {
    content: "\f1d8";
}
div#text-3 ul li:nth-child(3):before {
    content: "\f3c5";
}

.copyright {
    background-color: #0f0f0f;
}
.copyright p {
    margin: 0 !important;
    font-size: 14px;
    color: white;
}
.copyright p a {
    color: #2d932b !important;
}
.flexer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topper {
    background-color: #2d932b;
}
.topper a {
    font-size: 35px;
    font-weight: 700;
    color: white;
    width: 100%;
    padding: 0 26px;
    height: 80px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
/*---- FOOTER CSS ENDS ----*/
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors, span.wpcf7-not-valid-tip{display:none !important;}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid{border-color:red !important;}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .site-branding img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
   .quote a {
    width: 142px;
    font-size: 16px;
} 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 10px 0px 8px !important;
    font-size: 14px !important;
}
.tabs-left h3 {
    padding: 20px 20px;
    font-size: 20px;
}
.innerloop li a {
    padding: 13px 8px;
    font-size: 14px;
}
.tab-content {
    position: relative;
    background-color: rgba(64, 17, 99, 1);
    padding: 30px 11px;
    flex-direction: column;
}
.read-more {
    margin-top: 30px;
}
.post-content {
    padding: 0 10px;
}
.titlepost h3 a {
    font-size: 18px;
}
.titlepost h3 {
    line-height: 20px;
}
.contact-left-info-menu,
ul#contact-page-socials {
    margin-top: 0;
}
#get-touch-row {
    background-size: 50% 100% !important;
}
.get-left-col {
    width: 50% !important;
}
.get-right-col {
    width: 50% !important;
}


/*Footer*/
div#nav_menu-2 {
    padding-left: 0;
    padding-right: 0;
}
.big-footer {
    padding-right: 0;
    padding-left: 0;
}

/*About Page*/
.our-mission-counter h4 {
    font-size: 16px;
}
.service-grid-title h4 {
    font-size: 18px !important;
    line-height: 20px !important;
}
li#nav_menu-4 h2 {
    font-size: 20px;
}
h3.service-single-title {
    font-size: 24px;
    margin-bottom: 25px;
}

/*Our Blog*/
.blog-col-outer {
    flex-direction: column-reverse;
}
.blog-right-col, .blog-left-col {
    width: 100%;
}
.blog-left-col {
    padding: 21px 15px;
}
.blog-right-col img {
    height: auto;
}
/*Contact Page*/
.contact-left-info-menu li {
    margin-bottom: 54px;
    padding-left: 42px;
}
.contact-left-info-menu li:before {
    width: 35px;
    line-height: 35px;
    height: 35px;
    font-size: 16px;
    top: -4px;
}
.contact-left-info-menu li:first-child a {
    width: auto;
}
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) { 
.quote a {
    width: 170px;
}    
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 3px 0px 16px !important;
}
}



@media (min-width: 1400px) {
    #get-touch-row {
    background-size: 50% 100% !important;
}
    .get-left-col,
    .get-right-col {
    width: 50% !important;
}
.contact-left-info-menu li:first-child a {
    width: auto;
    float: none;
}
}
@media all and (min-width: 992px) and (max-width: 1199px){
	.tabs-right .title-desc {
    width: 95%;
}
	.main-about-row {
    background-size: contain !important;
    background-position: right !important;
}
	.service-single-content h1 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
}
	.contact-left-info-menu li:first-child a {
    width: 100%;
}
}
@media all and (min-width: 768px) and (max-width: 991px){
	.tabs-right .title-desc {
    width: 95%;
}
	.site-branding {
    top: 20px;
}
	.site-branding:before, .site-branding:after {
    top: 45px;
}
	.tabs-right .read-more {
    width: auto;
}
	.logo-footer img {
    width: 100%;
    object-fit: contain;
}
	footer ul li {
    font-size: 14px;
    padding-left: 15px;
    position: relative;
}
	footer .menu li:before {
    position: absolute;
    left: 0;
}
	.main-about-row {
    background-size: 70% 100% !important;
    background-position: right !important;
}
	.we-provide-tittle h3, .outer-cpt-single-left h3 {
    font-size: 26px;
}
		.we-provide-right h3, .we-provide-right h4, .outer-cpt-single-right h3, .outer-cpt-single-right h4{
    font-size: 20px;
}
	.we-provide-right a, .outer-cpt-single-right a {
    font-size: 26px;
}
	a.bottom-btn {
    font-size: 14px !important;
}
		.service-single-content h1 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 28px;
}
	ul#menu-service-sidebar li a {
    display: flex;
    align-items: center;
}
	ul#menu-service-sidebar li a:hover:before, ul#menu-service-sidebar li.current-menu-item a:before {
    top: auto;
}
	.contact-left-info-menu li:first-child a {
    width: 100%;
}
}
@media all and (max-width: 767px){
	#masthead {
        display: none;
    }
   #mobile-header {
    display: block;
}
 #mobile-header > .container {
    width: 100%;
 }
   .top-bar {
    justify-content: space-between;
    padding-top: 5px;
    background: #f7f7f7;
    width: 100%;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
    .site-branding {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
nav#site-navigation {
    padding-bottom: 0 !important;
    width: 100%;
}
.small-para p {
    padding: 0;
}
.tab-content {
    position: relative;
    background-color: rgba(64, 17, 99, 1);
    padding: 30px 16px;
    flex-direction: column;
}
.inner-banner {
    min-height: 250px;
}
.read-more {
    margin-top: 27px;
}
.home-blog-row {
    padding-top: 0;
    padding-bottom: 0;
}
.post-loop .new-post:first-child .post-content {
    text-align: left;
    padding: 0 15px;
}
.titlepost {
    margin-top: 15px;
}
.titlepost h3 {
    line-height: 23px;
}
.cs-meta {
    margin-bottom: 0;
}
.titlepost h3 a {
    font-size: 18px;
}
.post-loop .new-post {
    float: none;
    position: relative;
    padding: 0 15px;
    display: flex;
    margin-bottom: 30px;
    flex-direction: column-reverse;
    width: 100% !important;
}
.post-loop .new-post .post-img,
.post-content {
    width: 100%;
}
.post-loop .new-post:first-child .post-img img,
.post-loop .new-post .post-img img {
    height: auto;
}
.post-loop .new-post:first-child .read-more a {
    display: none;
}
/*Contact Us*/
#get-touch-row {
    margin-top: 0;
    margin-bottom: 15px !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    padding: 0 !important;
}
.get-left-col {
    width: 100% !important;
    padding-right: 0 !important;
    background: #fff;
}
.get-right-col {
    width: 100% !important; 
}
.contact-left-info-menu li {
    font-size: 16px;
}
.contact-left-info-menu li:first-child a {
    width: 100%;
}
	div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    color: #fff !important;
}
 /*FOOTER*/
.main-footer {
    padding: 40px 0 20px;
}
footer h4 {
    margin-bottom: 25px;
    margin-top: 25px;
    border-bottom: 1px solid #fff;
    padding-bottom: 13px;
}
div#nav_menu-2 {
    padding-left: 0;
}
.topper a {
    padding: 6px 13px;
    height: auto;
} 
	.site-branding:before, .site-branding:after{
		display: none;
	}
	.mega-toggle-blocks-left, .mega-toggle-blocks-center {
    display: none !important;
}
	nav#site-navigation div#mega-toggle-block-1 {
    width: 100%;
    margin: 0 !important;
    padding: 0px 10px;
	position: relative;
}
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:after {
    position: absolute;
    right: 5px;
    margin: 0px !important;
}
	.site-branding img.custom-logo {
    width: 70%;
    height: auto;
}
	.tabs-right .title-desc {
    width: 95%;
}
	.tabs-right .read-more {
    width: auto;
}
	footer ul li {
    font-size: 14px;
    padding-left: 20px;
    position: relative;
}
	footer .menu li:before {
    position: absolute;
    left: 0;
}
	div#slide-1-layer-3, .custom-btn a, .tabsleft-content .read-more a {
    padding: 10px 20px !important;
}
	.heading-style h2, .about-right-content h3, .our-mission-content h3 {
    font-size: 28px;
}
	.pmtr-row, #service-row-1 {
    padding-top: 10px !important;
    padding-bottom: 25px !important;
}
	.pmtr-row:before, .innerloop li a:hover:before, .innerloop li.active a:before{
		display: none !important;
	}
	.tabs-right {
    margin-top: 20px;
}
	#service-row-1 .small-para {
    margin-bottom: 10px;
}
	.logo-footer {
    text-align: center;
}
	.logo-footer ul#bottom-social {
    text-align: center !important;
}
	#main-about-row-1 {
    background: none !important;
    margin-bottom: 0px !important;
}
	.about-right-col {
    display: none !important;
}
	.about-left-col {
    width: 100% !important;
}
	.about-right-content {
    padding: 30px;
}
	.service-grid-title h4{
		height: auto;
	}
	.our-services-row {
    margin-top: 0px;
}
	.outer-cpt-single {
    display: block;
    margin-top: 20px;
}
	.we-provide-tittle h3, .outer-cpt-single-left h3 {
    font-size: 26px;
    line-height: 36px;
}
		.we-provide-right h3, .we-provide-right h4, .outer-cpt-single-right h3, .outer-cpt-single-right h4 {
    font-size: 20px;
}
	.we-provide-right a, .outer-cpt-single-right a {
    font-size: 26px;
}
		a.bottom-btn {
    font-size: 14px !important;
}
	.we-provide-left.vc_col-sm-6, .we-provide-right.vc_col-sm-6, .outer-cpt-single-left, .outer-cpt-single-right {
    width: 100% !important;
}
	.we-provide-right, .outer-cpt-single-right {
    text-align: left;
}
	.we-provide-right .vc_column-inner{
		padding-top: 0px !important;
	}
	ul#menu-service-sidebar li a:hover:before, ul#menu-service-sidebar li.current-menu-item a:before {
    display: none;
}
	.service-box-right {
    padding-left: 15px;
    margin-top: 20px;
}
	.service-single-content h1 {
    font-size: 22px;
	line-height: 22px;
	margin-bottom: 15px;
}
	.single #primary {
    margin-top: 50px;
    margin-bottom: 30px;
}
	li#nav_menu-4 h2 {
    font-size: 26px;
}
	.contact-left-info h3, .get-touch-right h3{
		font-size: 30px;
	}
	.bottom-mr {
    margin-bottom: 20px !important;
}
	#quote-form-row .vc_col-sm-2 {
    display: none;
}
	div#quote-form-row {
    padding-top: 0px !important;
    padding-bottom: 40px !important;
}
}

@media all and (max-width: 479px){
	.heading-style h2, .about-right-content h3, .our-mission-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
	.tabs-left h3 {
    padding: 15px 10px;
    font-size: 20px;
    text-align: center;
}
	.innerloop li a {
    padding: 10px;
}
	.title-desc h2 {
    font-size: 18px;
    margin-bottom: 15px !important;
}
	.logo-footer img {
    width: 50%;
    height: auto;
}
	.coming-soon-title h2 {
    font-size: 32px;
}
	.mega-menu-toggle {
    border-radius: 0 !important;
}
	.about-right-content {
    padding: 20px;
}
	#our_mission .vc_column-inner {
    padding-top: 0;
}
	#our_mission {
    margin-bottom: 10px !important;
}
	.our-mission-content {
    padding-right: 0px !important;
}
	.inner-banner h1, .post-banner h1, .inner-banner h2, .post-banner h2 {
    font-size: 30px;
}
	.inner-banner {
    min-height: 200px;
}
	.our-services-row .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-bottom: 0px !important;
}
	.service-grid-title h4 {
    font-size: 18px !important;
}
	.we-provide-tittle h3, .outer-cpt-single-left h3 {
    font-size: 20px;
}
	.we-provide-right h3, .we-provide-right h4 {
    font-size: 18px;
}
	.we-provide-right a, .outer-cpt-single-right a {
    font-size: 20px;
}
	a.bottom-btn {
    padding: 10px 20px;
}
	li#nav_menu-4 h2 {
    font-size: 22px;
}
	.service-single-content h1 {
    font-size: 18px;
}
	input.wpcf7-form-control.wpcf7-submit.submit-btn {
    font-size: 14px;
    padding: 10px 28px;
}
}