html{
    overflow-x:hidden;
}
body{
    overflow-x: hidden;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #252525;
}
img {
    max-width: 100%;
}
h2 {
    font-size: 40px;
    color: var(--orange);
    margin-bottom: 40px;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    letter-spacing: 1.2px;
}
:root {
    --pink: #f161a6;
    --orange: #f69663;
}
p {
    margin-bottom: 30px;
    letter-spacing: 1.3px;
    font-weight: 300;
}
a {
    text-decoration: unset !important;
}

.welcome_section::before {
    content: '';
    background-color: #f5f5f5;
    width: 35%;
    height: 70%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.welcome_section {
    padding: 60px 0 120px;
    position: relative;
}
.welcome_section .row {
    align-items: center;
}
.welcome_text h2 {
    font-size: 52px;
}
.welcome_text h3 {
    color: var(--pink);
    margin-bottom: 0;
    font-size: 32px;
}
.welcome_text p {
    max-width: 95%;
}
.crew_btn {
    border-radius: 22px;
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.625;
    text-align: center;
    padding: 10px 25px;
    letter-spacing: 1.2px;
    display: inline-block;
    background-size: 100% 100% !important;
    moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}
.crew_btn:hover {
    color: #fff;
    background-position: 00% 200% !important;
    background-size: 300% 100% !important;
    moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}
.welcome_image {
    position: relative;
    background: #fff;
        background-clip: border-box;
    background-clip: border-box;
    background-clip: padding-box;
}
.welcome_image::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 45px;
    right: 0;
    bottom: 0;
    left: 45px;
    z-index: -1;
    margin: -5px;
    border-radius: inherit;
    background: linear-gradient(to bottom, var(--orange), var(--pink));
}
.welcome_image::after {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    content: "";
    position: absolute;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 72px;
    z-index: -1;
    margin: -5px;
    border-radius: inherit;
    background: #fff;
}
.welcome_image img {
    transition: all 0.3s ease-in-out;
}
.welcome_image img:hover {
    transform: translateX(40px) translateY(40px);
}


.choose_us_section {
    padding-top: 60px;
}
.choose_us_text {
    padding-top: 60px;
}
.choose_us_text > p {
    margin-bottom: 40px;
}
.choose_us_points p {
    margin-bottom: 0;
}
.choose_us_points {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.points_text {
    flex: 1;
    padding-left: 20px;
}
.choose_us_points:hover .points_icon {
    transform: rotate(360deg);
}
.points_icon {
    border-radius: 50%;
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    width: 83px;
    height: 83px;
    z-index: 201;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    transition: all 0.5s ease-in-out;
}
.points_text h3 {
    font-size: 24px;
    font-weight: 600 !important;
    color: var(--orange);
    margin-bottom: 4px;
}
.points_text p {
    font-size: 14px;
}



.pricing_section {
    background-color: #f5f5f5;
    margin-top: -60px;
    z-index: 99;
    position: relative;
    padding-top: 70px;
    padding-bottom: 90px;
}
.pricing_text {
    text-align: center;
}
.pricing_text h2 {
    margin-bottom: 25px;
}
.pricing_text p {
    max-width: 65%;
    margin: auto;
    margin-bottom: 40px;
}
.pricing_plan {
    text-align: center;
    padding: 25px 0 40px;
    box-shadow: 0 3px 30px 3px rgba(0,0,0,0.1);
}
.pricing_plan_head h4 {
    font-size: 24px;
    color: var(--pink);
    margin-bottom: 20px;
}
.pricing_colored {
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    height: 86px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing_colored p {
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 500;
}
.pricing_colored p small {
    font-size: 20px;
}
.pricing_points ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.pricing_points ul li {
    font-weight: 500;
    list-style: none;
    border-bottom: 1px solid #e1dfdf;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.pricing_points ul li:last-child {
    border-bottom: 0;
}
.pricing_points {
    padding: 20px 40px;
}
.pricing_btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}

.mid_bg_section {
    text-align: center;
    background-image: url(images/mid_bg.jpg);
    background-size: cover;
    padding: 80px 0;
    color: #fff;
}
.mid_text h3 {
    font-size: 42px;
    max-width: 58%;
    margin: auto;
    margin-bottom: 30px;
}
.mid_text p {
    max-width: 75%;
    margin: auto;
    margin-bottom: 30px;
}
.mid_text a {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    color: var(--orange);
    font-weight: 600;
    line-height: 1.625;
    text-align: center;
    padding: 8px 30px;
    letter-spacing: 1.2px;
    display: inline-block;
    background-size: 100% 100% !important;
    moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
    border-radius: 22px;
    background-color: #fff;
}
.mid_text a:hover {
    transform: scale(1.1);
}



.slick-slide {
    margin: 0 10px;
}
/* the parent */
.slick-list {
    margin: 0 -10px;
}
.top_rated_section {
    text-align: center;
    padding: 70px 0;
}
.single_technician h4 {
    font-size: 16px;
    color: var(--orange);
    font-weight: 600;
    margin-top: 25px;
}
.single_technician p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
.slick-arrow {
    font-size: 32px;
    color: #fff;
    background: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
        background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    cursor: pointer;
}
.fas.fa-arrow-alt-circle-right {
    right: -70px;
    top: 30%;
}
.fas.fa-arrow-alt-circle-left {
    left: -70px;
    top: 30%;
}



.testimonials_section {
    text-align: center;
    background-image: url(images/testi_bg.jpg);
    background-size: cover;
    padding: 70px 0;
}
.single_testi p {
    max-width: 70%;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
}
.single_testi p::before {
    content: '';
    font-size: 90px;
    font-family: Montserrat;
    background-image: url(images/quot_left.png);
    width: 40px;
    height: 40px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -50px;
    top: -20px;
}
.single_testi p::after {
    content: '';
    font-size: 90px;
    font-family: Montserrat;
    background-image: url(images/quot_right.png);
    width: 40px;
    height: 40px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -50px;
    top: -20px;
}
.single_testi img {
    margin: auto;
    margin-bottom: 15px;
}
.single_testi h4 {
    font-size: 22px;
    color: var(--orange);
    font-weight: 600;
    margin-bottom: 5px;
}
.single_testi h5 {
    font-size: 16px;
    color: var(--pink);
    font-weight: 400;
}
.testimonials_section .slick-dots li button::before {
    width: 12px;
    height: 12px;
    content: '';
    opacity: 1;
    background-color: #fff;
    border-radius: 50%;
}
.testimonials_section .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #000;
    background-color: var(--orange);
}
.testimonials_section .slick-dots li {
    margin: 0px;
}
.single_testi {
    padding-top: 35px;
}
.testimonials_section .top_rated_text h2 {
    margin-bottom: 30px;
}


.latest_news_section {
    text-align: center;
    padding: 70px 0;
}
.single_news h4 {
    font-size: 24px;
    color: var(--orange);
    margin-bottom: 5px;
}
.single_news p {
    font-size: 14px;
    margin-top: 20px;
}
.single_news a {
    color: #fff;
    background: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
        background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    border-bottom: 2px solid var(--pink);
}
.latest_signle_news {
    padding: 30px 15px;
    margin-bottom: 10px;
}
.single_news , .latest_signle_news {
    transition: all 0.3s ease-in-out;
}
.single_news:hover .latest_signle_news {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
}
.latest_news_section .fas.fa-angle-right , .latest_news_section .fas.fa-angle-left {
    position: absolute;
    right: -70px;
    top: 25%;
    background-image: unset;
    background-color: var(--orange);
    -webkit-background-clip: unset;
    color: #fff !important;
    -webkit-text-fill-color: white;
    font-size: 20px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    cursor: pointer;
}
.latest_news_section .fas.fa-angle-left {
    right: unset;
    left: -70px;
    padding-left: 0;
    padding-right: 1px;
}



.main_services_section {
    background-color: #f5f5f5;
    text-align: center;
    padding: 70px 0;
    max-height: 700px;
    position: relative;
    margin-bottom: 60px;
}
.main_services_text p {
    max-width: 70%;
    margin: auto;
    margin-bottom: 60px;
}
.single_service h4 {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
    color:#000
}

.single_service a {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
    color: #000;
}

.single_service a:hover {
    text-decoration: none;
    color: #fff;
}
.services_grid .single_service {
    width: 20%;
    padding: 60px;
    border: 1px solid var(--orange);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}
.services_grid {
    display: flex;
    flex-wrap: wrap;
}
.services_grid .single_service:not(:nth-child(5n+5)) {
    border-right: 0;
}
.services_grid .service1 , .services_grid .service2 , .services_grid .service3 , .services_grid .service4 , .services_grid .service5 {
    border-bottom: 0;
}

.services_grid .single_service:hover {
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    color: #fff;
}

.services_grid .single_service a:hover {
    /* background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%); */
    color: #fff !important;
}
.services_grid .single_service:hover img{ 
    filter: brightness(0) invert(1);
}



.footer {
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    color: #fff;
    padding-top: 50px;
}
.footer ul {
    padding: 0;
}
.footer ul li {
    list-style: none;
}
.footer ul li a {
    color: #fff;
}
.footer1 {
    text-align: center;
}
.footer1 img {
    margin-bottom: 30px;
}
.footer1 ul li {
    display: inline-block;
    margin: 0 5px;
}
.footer1 ul li a {
    font-size: 18px;
}
.footer2 {
    padding-left: 20px;
}
.footer h5 {
    font-size: 18px;
    margin-bottom: 25px;
}
.footer2 ul li a {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}
.footer2 ul:nth-child(2) {
    float: left;
}
.footer2 ul:nth-child(3) {
    float: right;
    padding-right: 80px;
}
.footer3 p {
    font-size: 14px;
    margin-bottom: 15px;
}
.footer3 {
    width: 110%;
    margin-left: -10%;
}
.footer3 input[type="email"] {
    width: 95%;
    border: 0;
    height: 40px;
    font-weight: 600;
    padding-left: 10px;
    border-radius: 22px;
    font-size: 14px;
}
.footer3 input[type="submit"] {
    border: 0;
    color: #fff;
    height: 40px;
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    width: 60px;
    position: absolute;
    right: 0;
    border-radius: 22px;
    font-weight: 600;
}
.footer3 input[type="submit"] {
    border: 0;
    color: #fff;
    height: 40px;
    background-image: -moz-linear-gradient( 0deg, rgb(249,193,75) 0%, rgb(245,135,108) 50%, rgb(240,67,146) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(249,193,75) 0%, rgb(245,135,108) 50%, rgb(240,67,146) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(249,193,75) 0%, rgb(245,135,108) 50%, rgb(240,67,146) 100%);
    width: 60px;
    position: absolute;
    right: 0;
    border-radius: 22px;
    font-weight: 600;
    cursor: pointer;
}



.h_menu ul li {
    display: inline-block;
}
.h_menu {
    display: flex;
    flex-direction: column;
}
.header_upper_row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 10px 0;
    color: #fff;
}
.top_header_section::before {
    content: '';
    background-color: #fff;
    width: 29%;
    height: 110%;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.top_header_section {
    position: relative;
}
.h_logo {
    position: relative;
    z-index: 99;
}
@media(max-width:768px) and (min-width:300px){
    .h_logo {
        top:20px !important;
    }
}
.top_header_section::after {
    content: '';
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    width: 71%;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.header_upper_row p a {
    color: #000;
    font-weight: 600;
}
.header_upper_row ul li a {
    color: #fff;
    padding: 0 5px;
    font-size: 13px;
}
.header_upper_row ul {
    padding-left: 0;
}
.header_upper_row i {
    background-color: #fff;
    color: var(--orange);
    padding: 4px;
    font-size: 11px;
    border-radius: 50%;
    width: 23px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.header_social_icons li a {
    padding: 0 2px !important;
}
.header_lower_row ul li a {
    color: #000;
    font-weight: 600;
    padding: 0 12px;
}
.header_lower_row ul li a.crew_btn {
    color: #fff;
    margin-left: 69px;
}
.header_lower_row ul {
    padding: 0;
}
.header_lower_row ul li:first-child a {
    padding-left: 0;
}
.header_lower_row ul li a {
    color: #000;
    font-weight: 600;
    padding: 10px 12px;
    display: inline-block;
    position: relative;
}
.header_lower_row ul li a.crew_btn::after {
    content: unset;
}
.header_lower_row ul li a:after {
    content: '';
    background-color: var(--orange);
    width: calc(100% - 1px);
    height: 2px;
    display: none;
}
.header_lower_row ul li a:hover {
    color: var(--orange);
}
.header_lower_row ul li a:hover:after {
    display: block;
}
.h_menu ul {
    margin: 0;
}
.single_slide img {
    width: 100%;
    height: auto;
}
.single_slide {
    position: relative;
}
.single_slide .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single_slide h1 {
    font-size: 52px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
}
.single_slide h1::before {
    content: '';
    background-color: #fff;
    height: 5px;
    width: 120px;
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    margin: auto;
}
.single_slide input[type="text"] {
    width: 70%;
    height: 50px;
    padding-left: 15px;
    color: #000;
    border: 0;
    border-radius: 32px;
}
.single_slide input[type="submit"] {
    position: absolute;
    right: 101px;
    top: 3.2px;
    height: 44px;
    border: 0;
    background-size: ;
    moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    color: #fff;
    width: 120px;
    border-radius: 30px;
    cursor: pointer;
}
.single_slide form {
    position: relative;
}
.single_slide input[type="text"] {
    width: 70%;
    height: 50px;
    padding-left: 35px;
    color: #000;
    border: 0;
    border-radius: 32px;
    font-weight: 600;
}
.single_slide form i {
    position: relative;
    left: 30px;
}
.header_upper_row p {
    margin-bottom: 14px;
}
.footer .row:nth-child(2) {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid;
    padding-bottom: 20px;
    font-size: 14px;
}
.footer .row:nth-child(2) a {
    color: #fff;
}
.copyright_right {
    text-align: right;
}
.header_slider .slick-dots li button::before {
    width: 12px;
    height: 12px;
    content: '';
    opacity: 1;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
}
.header_slider .slick-dots li.slick-active button::before {
    border: 2px solid #fff;
}
.header_slider .slick-dots {
    position: absolute;
    bottom: unset;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    top: 43%;
    right: 20px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: flex-end;
    flex-direction: column;
}



/*ABOUT PAGE CSS */
.solution_section {
    background-color: #f5f5f5;
    text-align: center;
    padding: 120px 0;
}
.solution_section h2 {
    margin-bottom: 60px;
}
.counter_text h3 {
    font-size: 70px;
    color: var(--pink);
}
.mission_vision_section {
    padding: 60px 0 40px;
}
.vision_text h2 {
    color: var(--pink);
}
.mission_vision_section h2::after {
    content: '';
    background-color: var(--pink);
    width: 70px;
    height: 2px;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 13px;
}
.mission_vision_section .mission_text h2::after {
    background-color: var(--orange);
}


/*ABOUT PAGE CSS */


/* BLOG PAGE CSS */


.latest_news1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.latest_news1 .single_news {
    width: 49%;
    margin-bottom: 30px;
}
.latest_news1 .single_news img {
    width: 100%;
    height: auto;
}
.latest_news1 .latest_signle_news {
    padding: 30px 15px;
    background-color: #fff;
    position: relative;
    width: 85%;
    margin: auto;
    margin-top: -40px;
}
.latest_news1 .single_news h4 {
    font-weight: 400;
}
.blog_detail_section {
    margin: 70px 0;
}
.blog_content {
    margin-top: 30px;
}
.blog_tags {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ebebeb;
    padding: 15px;
}
.blog_tags_left p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.blog_tags_left p span {
    color: var(--pink);
}
.blog_tags_right ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.blog_tags_right ul li a {
    color: #000;
    padding: 0 7px;
}
.blogs_footer {
    margin-top: 50px;
}
.blogs_footer h3 {
    font-size: 30px;
    color: var(--orange);
}
.blogs_form form {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blogs_form input[type="text"], .blogs_form input[type="email"] {
    width: 49%;
    height: 40px;
    border: 2px solid #000;
    padding-left: 15px;
    color: #000;
    border-radius: 25px;
    margin-bottom: 20px;
    font-size: 14px;
}
.blogs_form form textarea {
    width: 100%;
    resize: none;
    height: 100px;
    border: 2px solid #000;
    border-radius: 20px;
    font-size: 14px;
    color: #000;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 20px;
}
.blogs_form input[type="submit"] {
    border-radius: 22px;
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.625;
    text-align: center;
    padding: 7px 30px;
    letter-spacing: 1.2px;
    display: inline-block;
    background-size: 100% 100% !important;
    moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
    border: 0;
    cursor: pointer;
}
.blog_right input[type="submit"] {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 37px;
    border: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/blog-search.png);
    color: #fff;
    width: 37px;
    border-radius: 30px;
    cursor: pointer;
}
.blog_right form {
    position: relative;
}
.blog_right input[type="text"] {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    color: #000;
    border: 0;
    border-radius: 32px;
    font-weight: 600;
    background-color: #ebebeb;
    border-radius: 25px;
}
.recent_blogs h4 {
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 9px;
    border-radius: 25px;
    position: relative;
    z-index: 2;
    width: 96%;
    margin: auto;
        margin-top: auto;
    margin-top: 30px;
}
.recent_blogs ul {
    padding: 40px 15px 0 15px;
    margin: 0;
        margin-top: 0px;
    list-style: none;
    background-color: #ebebeb;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    border-radius: 15px;
}
.recent_blogs ul li a {
    color: #252525;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 12px;
    display: block;
}
.recent_blogs ul li:last-child a {
    border-bottom: 0;
}
.recent_blogs ul li a.active , .recent_blogs ul li a:hover {
    color: var(--orange);
}
















/* BLOG PAGE CSS */


/* SERVICES PAGE CSS */

.main_services_section.inner_services {
    max-height: unset;
}
.single_vendor {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.vendor_left {
    flex: auto;
    width: 60%;
    display: flex;
    flex-direction: column;
}
.vendor_right {
    flex: 1;
    width: 20%;
}
.vendor_upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    border-right: 1px solid #ccc;
}
.vendor_lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    color: #fff;
}
.vendor_upper_left {
    display: flex;
    align-items: center;
}
.vendor_name h3 {
    font-size: 22px;
    margin-bottom: 5px;
}
.vendor_name {
    padding-left: 25px;
}
.vendor_name span {
    font-size: 14px;
}
.vendor_name span.checked {
    color: #f7941d;
}
.vendor_upper_right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.vendor_verified {
    background-color: #00a651;
    color: #fff;
    padding: 2px 20px;
    border-radius: 32px;
}
.vendor_verified span {
    font-size: 10px;
    padding-left: 5px;
}
.vendor_verified {
    background-color: #00a651;
    color: #fff;
    padding: 5px 16px;
    border-radius: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
}
.vendor_phone {
    font-size: 18px;
    margin-top: 10px;
}
.vendor_phone a {
    color: #000;
    display: flex;
    align-items: center;
}
.vendor_phone a i {
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    color: #fff;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 12px;
}
.vendor_lower_left h5 {
    font-size: 18px;
}
.vendor_lower_left p {
    font-size: 12px;
    margin-bottom: 0;
}
.vendor_lower_right a {
    width: 130px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-weight: bold;
    background: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
        background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 999;
}
.vendor_lower_right {
    position: relative;
    margin-left: 20px;
}
.vendor_lower_right::before {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    border-radius: 25px;
}
.vendor_right ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
}
.vendor_right ul li {
    height: 33.33%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}
.vendor_right ul li:last-child {
    border-bottom: 0;
}
.vendor_right ul li a {
    color: #000;
}
.vendor_right ul li a i {
    background: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
        background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 6px;
}
.vendors_pagination ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    align-items: center;
    margin: 60px 0 80px;
}
.vendors_pagination ul li a {
    color: #000;
    border: 1px solid #ccc;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 6px;
    font-size: 15px;
}
.vendors_pagination ul li a:hover {
    background-color: var(--orange);
    border-color: var(--orange);
    color: #fff;
}
.vendors_pagination ul li a.no_border {
    border: 0 !important;
}
.service_vendor_section h2 {
    text-align: center;
}
.vendors_filters p {
    margin: 0;
    font-weight: 500;
}
.vendors_filters p span {
    color: var(--orange);
}
.vendors_filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    margin: 60px 0;
    border-bottom: 1px solid #ccc;
}
.show_filter span , .sorting_filter span {
    color: #bababb;
    padding-right: 5px;
}
.vendors_filters select {
    background-color: #f1f2f6;
    border: 0;
    color: #bebebe;
    font-size: 14px;
    padding: 5px 40px 5px 10px;
    border-radius: 2px;
}























/* SERVICES PAGE CSS */



@media (max-width:768px) and (min-width:300px){
    .top_header_section::after {
        width: 75%;
        height:50px !important;
    }
    .h_menu{
        width:72vw !important;
    }
    .latest_news_section{
        margin:0 30px !important;
    }
}


@media (min-width: 1200px) {
.container {
    max-width: 1170px;
}



}


@media (max-width: 1450px) {
.top_header_section::before {
    width: 25%;
}
.top_header_section::after {
    width: 75%;
}

}

@media (min-width: 1800px) {
.top_header_section::before {
    width: 31%;
}
.top_header_section::after {
    width: 69%;
}

}
