/*--StyleSheet---*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


	/*--Default Values--*/

body{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #757575;
}
header, section, footer{
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    padding:0;
}
li{margin-left:0px;}
.centralise{
	align-items: center;
	align-content: center;
}
.main_block{
	width: 100%;
	display: inline-block;
}
img{
	max-width: 100%;
}
.sect_space{
    padding: 70px 0;
}
.img_sect{
    text-align: center;
}
.img_sect .img_inner {
    position: relative;
    padding-left: 40px;
    display: inline-block;
    padding-bottom: 40px;
}
.img_sect .img_inner:before {
    content: "";
    position: absolute;
    background: #c52d2f;
    width: calc(100% - 10%);
    height: calc(100% - 10%);
    z-index: -1;
    left: 0;
    bottom: 0;
}
.img_sect .img_inner img {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    max-height: 90vh;
    width: auto;
}
.head_block{
    width: 100%;
    color: #232323;
    margin-bottom: 30px;
}
.head_block .main_block{
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.sect_head{
    font-size: 34px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
}
.sect_head.head_light{
    color: #fff;
}
.sect_head span{
    color: #c52d2f;
}
.sect_subhead{
    font-size: 22px;
}
.block_title {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 10px;
}
ul.styled_list {
    list-style: none;
    padding-left: 0;
    line-height: 1.6;
    color: #777777;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
ul.styled_list .list_item {
    padding: 0px;
    padding-right: 10px;
    padding-left: 30px;
    margin: 7px 0px;
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
}
ul.styled_list .list_item:before {
    content: "\f14a";
    position: absolute;
    line-height: 1;
    font-weight: 500;
    top: 4px;
    color: #c52d2f;
    left: 0px;
    font-family: "Font Awesome 5 Free";
}
.btn_styled{
    font-size: 14px;
    color: #c52d2f;
    border: 2px solid #c52d2f;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 70px;
    background: #fff;
    font-weight: 500;
    transition: all 0.4s;
}
.btn_styled:hover, .btn_styled:focus{
    color: #fff;
    background: #c52d2f;
}
.btn_styled.dark_btn{
    background: #c52d2f;
    color: #fff;
}
.btn_styled.dark_btn:hover, .btn_styled.dark_btn:focus{
    background: #323232;
    color: #fff;
    border-color: #323232;
}


	/*--Header--*/

    /*--Header--*/

header#header {
    background: rgba(255,255,255,0.6);
    position: relative;
}
#header_top {
    background: #323232;
    color: #fff;
    font-size: 14px;
}
#header_top ul {
    display: inline-block;
    list-style: none;
    width: 100%;
    padding: 10px 0;
    padding-left: 0;
    margin-bottom: 0;
}
#header_top ul li {
    display: inline-block;
    padding: 0 10px;
}
#header_top .left_info i{
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
#header_top ul li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: all 0.5s;
}
#header_top .header_social {
    float: right;
    width: auto;
}
#header_top .header_social li{
    padding: 0 5px;
    font-size: 18px;
}
#header_top .header_social li a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
#header_top .header_social li a i{
    margin-right: 0px;
}
#header_top .header_social li a:hover, #header_top .header_social li a:focus {
    background: #fff;
    color: #333;
}
#header_menu {
    padding: 7px 0;
    position: relative;
    width: 100%;
    left: 0px;
    z-index: 9999;
}
#header_menu nav.navbar {
    padding: 0;
}
#header_menu .navbar-nav {
    margin: 10px auto;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
}
#header_menu .navbar-nav .nav-link {
    text-transform: uppercase;
    transition: all 0.3s;
    vertical-align: middle;
    box-shadow: none;
    outline: none;
    padding: 10px;
    color: #0e0e0e;
}
#header_menu .navbar-nav .nav-link:hover, #header_menu .navbar-nav .nav-link:focus{
    color: #c52d2f;
}
#header_menu .navbar-nav .nav-link i {
    font-size: 27px;
    vertical-align: top;
}
#header_menu .navbar-nav .nav-item {
    padding: 0 5px;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    position:relative;
}
#header_menu .navbar-nav .nav-item:last-child{
    padding-right: 0px;
}
#header_menu .navbar-nav .sub-menu {
    position: absolute;
    top: 42px;
    padding: 0;
    background: #c52d2f;
    width: 240px;
    display: none;
}
#header_menu .navbar-nav li:hover > ul{
    display:block;
}
#header_menu .navbar-nav .sub-menu li {
	display: block;
}
#header_menu .navbar-nav .sub-menu li a {
	color: #fff;
}
#header_menu .navbar-nav .sub-menu li a:hover{
    color: #fff;
}

    /*--end -- header--*/

    /*--Footer--*/

#footer {
    background: #323232;
    color: #fff;
    line-height: 1.8;
    text-align: left;
    font-size: 14px;
}
#footer .footer_main{
    padding: 50px 0 40px;
}
#footer .foot_block{
    padding-top: 15px;
    padding-bottom: 15px;
}
#footer .foot_block.footer_about > .inner_block {
    max-width: 370px;
}
#footer .footer_logo{
    margin-bottom: 15px;
}
#footer .foot_block .block_title {
    color: #fff;
    text-transform: capitalize;
    position: relative;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#footer .foot_block .block_title::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 45px;
    height: 2px;
    background: #c52d2f;
}
#footer .foot_block.footer_nav ul {
    list-style: none;
    padding: 0;
    line-height: 1.8;
}
#footer .foot_block.footer_nav ul li{
    margin-bottom: 10px;
}
#footer .foot_block.footer_nav ul a{
    color: #fff;
}
#news_form .form-control {
    line-height: 1.4;
    min-height: 45px;
    background: #c1c1c1;
    color: #191c21;
    padding: 5px 15px;
}
#news_form .submit_btn {
    width: 100%;
    border-radius: 0px;
    background: #c52d2f;
    color: #fff;
    font-weight: 500;
}
#news_form .submit_btn:hover, #news_form .submit_btn:focus{
    background: #fff;
    color: #c52d2f;
    border-color: #fff;
}
#copyright{
    background: #323232;
    border-top: 1px solid rgba(255,255,255,0.52);
}
#copyright .social_list {
    list-style: none;
    display: inline-flex;
    float: right;
    margin: 0 auto;
    margin-right: 0;
    padding: 0;
}
#copyright .social_list li {
    display: inline-block;
    padding: 0 5px;
}
#copyright .social_list li a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c52d2f;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.4s;
}
#copyright .social_list li a:hover, #copyright .social_list li a:focus{
    background: #c52d2f;
    color: #fff;
}

    /*--end -- footer--*/    

    /*--Slider--*/

#main_slider .carousel-item:before{
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}
#main_slider .carousel-item > img {
    width: 100%;
    min-height: 80vh;
    object-fit: cover;
}
#main_slider .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    right: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin-top: 0px;
    text-align: left;
}
#main_slider .carousel-item .carousel-caption .inner_block {
    max-width: 740px;
}
#main_slider .carousel-item .carousel-caption .banner_heading {
    font-size: 80px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.6;
    margin-bottom: 10px;
}
#main_slider .carousel-item .carousel-caption .subhead {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.7;
}
#main_slider .carousel-item .carousel-caption .btn_banner .btn {
    padding: 10px 25px;
    line-height: 1.9;
    text-transform: uppercase;
    min-width: 175px;    
    font-size: 14px;
    margin: 10px 10px;
    font-weight: 500;
    color: #c52d2f;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 70px;
    transition: all 0.5s;
}
#main_slider .carousel-item .carousel-caption .btn_banner .btn.btn_light:hover{
    background : #c52d2f;
    border-color: #c52d2f;
    color: #fff;
}
#main_slider .carousel-item .carousel-caption .btn_banner .btn.btn_dark{
    background : #c52d2f;
    color: #fff;
    border-color: #c52d2f;
}
#main_slider .carousel-item .carousel-caption .btn_banner .btn.btn_dark:hover{
    color: #c52d2f;
    border-color: #fff;
    background: #fff;
}
#slider_hm .navigate {
    width: 30px;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    background: #0e0e0e;
    opacity: 1;
    color: #c52d2f;
    transition: all 0.4s;
}
#slider_hm .navigate span {
    background: transparent;
    line-height: 1;
    width: auto;
    height: auto;
    font-size: 22px;
}
#slider_hm .navigate:hover, #slider_hm .navigate:focus{
    background: #000;
}

    /*--end -- Slider--*/

    /*--Our Services--*/

#home_serv .serv_block {
    display: flex;
}
#home_serv .serv_block > .inner_block {
    width: 100%;
    text-align: left;
    box-shadow: 0 0 10px rgba(0,0,0,0.24);
    border-radius: 8px;
    color: #777777;
    line-height: 1.6;
    margin: 20px 0px;
    transition: all 0.5s;
}
#home_serv .serv_block > .inner_block:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.35);
}
#home_serv .serv_block .featured_img {
    height: 275px;
    display: flex;
    overflow: hidden;
    position: relative;
}
#home_serv .serv_block .featured_img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #222;
    opacity: 0;
    z-index: 11;
    transition: all 0.5s;
}
#home_serv .serv_block .featured_img img {
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}
#home_serv .serv_block .serv_content {
    padding: 25px 20px;
}
#home_serv .serv_block .serv_content .serv_title {
    font-size: 20px;
    color: #c52d2f;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.6;
}
#home_serv .serv_block .serv_list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
#home_serv .serv_block .serv_list li {
    position: relative;
    padding-left: 20px;
    width: 100%;
}
#home_serv .serv_block .serv_list li:before{
    content: "";
    position: absolute;
    background: #c52d2f;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0px;
    top: 9px;
}
#home_serv .serv_block .serv_list li a, #home_serv .serv_block .serv_list li{
    color: #757575;
}
#home_serv .serv_block .featured_img:hover img{
    transform: scale(1.25);
}
#home_serv .serv_block .featured_img:hover a{
    opacity: 0.8;
}


    /*-- end -- Our Services--*/

    /*--Who We Are--*/
    
.sect_centre {
    background: #f7f9fb
}
.sect_centre .image_side {
    position: absolute;
    left: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.sect_centre .image_side .img_block {
    height: 100%;
    display: flex;
    position: relative;
}
.sect_centre .image_side .img_block::before{
    content: "";
    position: absolute;
    background: #323232;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.45;
}
.sect_centre .image_side .img_block img{
    width: 100%;
    object-fit: cover;
}
.sect_centre .image_side .head_block {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}    
.sect_centre .image_side .head_block .sect_head span{
    display: block;
}

.sect_centre .cont_block{
    margin: 0 auto;
    margin-right: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.sect_centre .cont_block > .inner_block {
    padding-left: 25px;
    padding-right: 25px;
}

#our_promise.sect_centre .image_side{
    right: 0px;
    left: auto;
}
#our_promise.sect_centre .cont_block{
    margin-right: auto;
    margin-left: 0px;
}


    /*-- end -- Who We Are --*/

    /*-- Working On--*/

#work_slider {
    padding: 0;
}
#work_slider .works_block {
    position: relative;
}
#work_slider .works_block .work_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px;
    color: #fff;
    background: rgba(50,50,50,0.87);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transform: translateY(100%);
    transition: all 0.7s;
}
#work_slider .works_block:hover .work_content{
    transform: translateY(0);
}
#work_slider .works_block .work_content .block_title{
    color: #fff;
}
#work_slider .works_block .work_content .btn_styled {
    margin-top: 5px;
}
#work_slider .works_block .work_content .btn_styled:hover, #work_slider .works_block .work_content .btn_styled:focus{
    background: #fff;
    color: #c52d2f;
    border-color: #fff;
}
#work_slider .featured_img {
    padding-top: 85%;
    width: 100%;
    position: relative;
}
#work_slider .featured_img .works_img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
#work_slider .owl-nav {
    display: flex !important;
    justify-content: center;
    padding-top: 50px;
}
#work_slider .owl-nav button {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c52d2f;
    border-radius: 50%;
    font-size: 30px;
    margin: 0 5px;
    color: #c52d2f;
    line-height: 1;
    outline: none;
    background: #fff;
    transition: all 0.3s;
}
#work_slider .owl-nav button::before{
    content: "\f30b";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}
#work_slider .owl-nav button.owl-prev::before{
    transform: rotate(180deg);
}
#work_slider .owl-nav button:hover, #work_slider .owl-nav button:focus{
    background: #c52d2f;
    color: #fff;
}
#work_slider .owl-nav button span{
    display: none;
}

    /*-- end -- Working On--*/

    /*--CTA--*/

#cta_sect{
    background: #c52d2f;
    padding: 15px 0;
}
#cta_sect .button_side {
    text-align: right;
}
#cta_sect .cta_row > div{
    padding-top: 10px;
    padding-bottom: 10px;
}
#cta_sect .cta_row .sect_head {
    margin-bottom: 0px;
}
#cta_sect .button_side .btn_styled {
    padding: 10px 45px;
    line-height: 1.75;
}
#cta_sect .button_side .btn_styled:hover, #cta_sect .button_side .btn_styled:focus{
    background: #323232;
    color: #fff;
    border-color: #323232;
}


    /*-- end -- CTA--*/

    /*--Testimonials--*/

#testimonial {
    background-image: url(../img/testi_bck.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
}
#testimonial:before{
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}
#testimonial .head_block {
    text-align: center;
    margin-bottom: 35px;
    color: #fff;
}
#testimonial .testimonial_block {
    display: flex;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    flex-wrap: wrap;
}
#testimonial .testimonial_block .testi_review {
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
}
#testimonial .testimonial_img {
    width: 90px;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 50%;
    border: none;
    overflow: hidden;
    margin: 0;
}
#testimonial .slider_testimonial, #testimonial .slider_testimonial div{
    transition: all 1s;
}
#testimonial .testimonial_img img{
    border-radius: 50%;
}
#testimonial .testimonial_block .testimonial_cont {
    width: calc(100% - 100px);
    display: inline-block;
    padding-left: 25px;
}
#testimonial .testimonial_block .testimonial_cont .testi_info {
    margin-bottom: 10px;
    font-size: 18px;
}
#testimonial .testimonial_block .testi_info span {
    display: block;
    line-height: 1.8;
}
#testimonial .testimonial_block .testi_info .name{
    font-weight: 500;
    color: #c52d2f;
}
#testimonial .testimonial_block .testi_info .position{
    font-weight: 600;
}
#testi_slider .owl-dots {
    text-align: center;
    margin-top: 20px;
    display: block !important;
}
#testi_slider .owl-dots .owl-dot {
    font-size: 25px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff;
    margin: 0 5px;
    box-shadow: none;
    outline: none;
    transition: all 0.3s;
}
#testi_slider .owl-dots .owl-dot:hover, #testi_slider .owl-dots .owl-dot.active {
    background: #c52d2f;
    border-color: #c52d2f;
}


    /*-- Contact--*/

#map_sect iframe {
    width: 100%;
    height: 45vh;
    min-height: 300px;
}

/* Inner Pages */

.inner-banner {
    position: relative;
    max-height:25vw;
    overflow: hidden;
}

.inner-banner img{ width: 100%; }
.inner-banner::before {
    content: '';
    background: rgba(0,0,0,.7);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.inner-banner-in {
    position: absolute;
    left: 0;
    top: 10vw;
    width: 100%;
    text-align: center;
}
.inner-banner h2 {
    font-size:3vw;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
} 
.inner-banner h2::before {
    content: '';
    position: absolute;
    background: #c52d2f;
    width: 180px;
    height: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}
.portfolio-sec {
    padding: 70px 0;
}
.portfolio-sec .portfolio-brand {
	height: auto;
	border: 2px solid #c52d2f;
	padding: 15px;
	margin: 0 0 30px;
	flex-direction: column;
	justify-content: center;
	min-height: 380px;
}
.portfolio-sec .portfolio-brand h4 {
	text-align: center;
	color: #000;
	font-size: 20px;
	margin: 15px 0px; 
}
.portfolio-sec h2 {
    color: #c52d2f;
    margin: 0 0 30px;
    font-size: 45px;
    text-align: center;
}
.portfolio-sec img {
    max-height: 245px;
    margin: 0 auto;
}
.graphics-sec {
    padding: 60px 0;
    background: #c52d2f;
}
.graphics-sec h2 {
    color: #fff;
    margin: 0 0 30px;
    font-size: 45px;
    text-align: center;
}
.graphics-sec .graphic-box {
    border: 2px solid #fff;
    margin: 0 0 30px;
    padding: 5px;
    min-height: 300px;
}

.graphics-sec h4 {
    color: #fff;
    font-size: 20px;
    margin: 10px;
    text-align: center;
}

.about_page_con {
    padding: 60px 0;
}
.about_page_con h2 {
    color: #444;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    text-transform: capitalize;
}
.about_page_con h2 span{
    color: #c52d2f;
}
.about_page_con p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
}
.about_page_con .img_block {
    position: relative;
	padding:10px;
}
.about_page_con .img_block::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 150px;
    height: 40%;
    background: #c52d2f;
    z-index: -1;
}
.about_page_con .img_block::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 150px;
    height: 40%;
    background: #c52d2f;

    z-index: -1;
}
.about_page_con img {
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
}
.darkred_bg{
	background: #c52d2f;
}
.darkred_bg .sect_head, .darkred_bg .sect_head span {
    color: #fff;
}
/* #home_serv .serv_block .serv_content { */
    /* background: #fff; */
/* } */

#home_serv .serv_block > .inner_block {
	max-height: 724px;
	background: #fff;
}
.contact_page_con h2 {
    color: #444;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    display: inline-block;
    text-transform: capitalize;
	margin-bottom: 18px;
}
.contact_page_con h2 span {
    color: #c52d2f;
    display: block;
}
.contact_page_con .form-control {
    height: auto !important;
    border-radius: 0;
    border: 1px solid #d5d5d5;
    padding: 13px 15px;
    color: #222;
    line-height: normal;
	font-size: 15px;
}
.contact_page_con .form-control:focus{
	border-color:#222;
	outline:none;
	box-shadow:none;
}
.contact_page_con textarea.form-control{
	height:120px !important;
}
.contact_page_con .btn_styled {
    max-width: 160px;
    width: 100%;
}
.info_in {
    padding: 30px 15px;
    margin-bottom: 30px;
    background: #e9e9e9;
    min-height: 230px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    border: 1px solid #cacaca;
	transition: all 0.8s ease;
}
.info_in a{
	text-decoration:none;
	display:block;
}
.contact_page_con .info_in a{
	color:inherit;
}
.info_in h3 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #000;
}
.info_in p{
    font-size: 16px;
    color: #222;
	margin-bottom: 0px;
}
.info_in i {
    background: #c52d2f;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    border-radius: 50%;
	transform: rotate(0deg);
	transition: all 0.8s ease;
}
.info_in:hover{
	background: #c52d2f;
}
.info_in:hover h3, .info_in:hover p{
	color:#fff;
}
.info_in:hover i{
	background: #fff;
	color: #c52d2f;
	transform: rotate(360deg);
}

.service-page-outer {
	padding: 70px 0;
}
.service-page-outer p {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
}

.service-page-outer .btn.btn-primary {
	background: #c52d2f;
	border-color: #c52d2f;
	margin: 15px 0 0;
}

.service-process-sec {
    padding: 60px 0;
    background: #c52d2f;
}

.service-process-sec h2 {
    color: #fff;
    font-size: 60px;
    text-align: center;
    margin: 0 0 60px;
    position: relative;
}

.service-process-sec h2::before {
    content: '';
    background: #fff;
    width: 200px;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}
.service-process-sec .nav-tabs{
    border: none;
}
.service-process-sec .nav-tabs .nav-item {
    margin: 0 0 15px;
}
.service-process-sec .nav-tabs .nav-item a {
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
    padding: 1rem 1rem;
    position: relative;
}

.service-process-sec .nav-tabs .nav-item a.active {
    color: #c52d2f;
}

.service-process-sec .nav-tabs .nav-item a.active::before {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 10px;
    position: absolute;
    right: -21px;
    top: 18px;
}

.service-process-sec .tab-content {
    color: #fff;
}
.service-process-sec .tab-content .fa {
    font-size: 10vw;
    text-align: center;
    width: 100%;
}
.service-page-outer.service-page-outer2 {
    background: #f6f6f6;
}
.service-page-outer h2 {
    color: #c52d2f;
    font-size: 50px;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}
.service-page-outer h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    background: #555;
    height: 2px;
    width: 100px;
}

@media (min-width: 1200px){

    .container {
        max-width: 1170px;
    }

}



@media (max-width: 1024px){
    
    .web-new-design ul.my-setting-list {
    padding: 0 !important;
    width: 87%;
}

.benefits img.img-fluid {
    width: 100% !important;
    margin-right: 0;
    margin-left: 1% !important;
    border-radius: 15px;
    filter: drop-shadow(0px 0px 6px #ccc);
    position: relative;
    margin-top: 15% !important;
}
.socuil-media img.img-fluid {
    width: 108%;
    margin-right: 0;
    margin-left: 11% !important;
    border-radius: 15px;
    filter: drop-shadow(0px 0px 6px #ccc);
    margin-top: 3rem;
    height: 550px !important;
    object-fit: cover !important;
}

.ppc-growth .search-img {
    position: absolute;
    right: -50px !important;
    border-radius: 0 25px 0 0;
    overflow: hidden;
    box-shadow: none;
    left: auto;
}

.optimization-box {
    padding-left: 15px;
    width: 87%;
}
    body{
        font-size: 15px;
    }
    .sect_head {
        font-size: 40px;
    }
    .sect_subhead {
        font-size: 18px;
    }
    #header_top ul li {
        line-height: 1.8;
    }
    #main_slider .carousel-item > img {
        width: 100%;
        height: 50vh;
        min-height: auto;
    }
    #main_slider .carousel-item .carousel-caption .banner_heading{
        font-size: 34px;
    }
    #main_slider .carousel-item .carousel-caption {
        max-width: 685px;
    }
    #main_slider .carousel-item .carousel-caption .subhead{
        font-size: 18px;
    }
    #main_slider .carousel-item .carousel-caption .btn_banner .btn{
        font-size: 16px;
    }
    .container {
        max-width: 98%;
    }
}


@media (max-width: 991px){
    #header_menu .navbar-nav .sub-menu {
        position: inherit;
        top: 0;
        padding: 0;
        background: #c52d2f;
        width: 90%;
        display: block;
        left: 20px;
    }
    .inner-banner {
        max-height: 320px;
    }

    #collapsibleNavbar {
        position: fixed;
        top: 0;
        width: 400px;
        max-width: 75%;
        left: -100%;
        padding: 30px 0px;
        height: 100%;
        background: #000;
        z-index: 999;
        display: block !important;
        transition: all 0.9s;
    }
    #collapsibleNavbar.show{
        left: 0px;
    }
    #header_menu .navbar-nav .nav-item {
        padding: 0px 0;
        margin-bottom: 0px;
        margin: 0px;
        display: inline-block;
        width: 100%;
    }
    #header_menu .navbar-nav .nav-link {
        display: inline-block;
        color: #fff;
        font-weight: 600;
        width: 100%;
        padding: 10px 25px;
        display: inline-block;
        line-height: 2;
    }
    #header_menu .navbar-nav .nav-link:hover, #header_menu .navbar-nav .nav-link:focus{
        background: #c52d2f;
        color: #fff;
    }
    #header_menu nav.navbar .navbar-toggler {
        border: 2px solid #c52d2f;
        position: relative;
        z-index: 9999;
        background: #fff;
    }
    .sect_centre .image_side {
        position: relative;
        order: -1;
    }
    #cta_sect .cta_row .sect_head {
        margin-bottom: 0px;
        font-size: 30px;
    }

}



@media (max-width: 767px){
    
    .search-img {
    position: unset !important;
}

    body{
        font-size: 14px;
    }
    .sect_head {
        font-size: 30px;
    }
    .sect_subhead {
        font-size: 16px;
    }
    .btn_styled {
        font-size: 15px;
    }
    ul.styled_list .list_item{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sect_space{
        padding: 50px 0;
    }
    #header_top ul{
        text-align: center;
    }
    #header_top .header_social{
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0px;
    }
    #header_menu{
        position: relative;
    }
    #header_menu .navbar-brand {
        max-width: 150px;
    }
    #main_slider .carousel-item .carousel-caption {
        margin-top: 0;
    }
    #main_slider .carousel-item .carousel-caption .banner_heading {
        font-size: 28px;
    }
    #main_slider .carousel-item .carousel-caption .subhead {
        font-size: 15px;
    }
    #main_slider .carousel-item .carousel-caption .btn_banner .btn {
        font-size: 12px;
        padding: 10px 20px;
        min-width: auto;
    }

    #home_serv .serv_block > .inner_block{
        margin: 20px 0;
    }
    #home_serv .serv_block .icon{
        margin-top: 0px;
    }
    #testimonial .testimonial_block{
        width: 100%;
    }
    .sect_centre .cont_block > .inner_block{
        padding-left: 0px;
        padding-right: 0px;
    }
    #cta_sect{
        text-align: center;
    }
    #cta_sect .button_side{
        text-align: center;
    }
    #testimonial .testimonial_block .testimonial_cont {
        width: 100%;
        padding-left: 0;
        padding-top: 25px;
    }
    #footer .foot_block.footer_about > .inner_block{
        max-width: 100%;
    }
    .copyright_block{
        text-align: center;
    }
    #copyright .footer_social.foot_block{
        padding-top: 0px;
        text-align: center;
    }
    #copyright .social_list {
        margin: 0 auto;
        float: none;
    }

    .inner-banner h2{ font-size: 8vw; }
    .inner-banner h2::before { width: 80px; height: 4px; }
    .service-process-sec h2{ font-size: 8vw; }
    .service-process-sec .nav-tabs .nav-item a.active::before {
        border-color: #fff transparent transparent;
        right: 0;
        top: inherit;
        bottom: -20px;
        left: 0;
        margin: 0 auto;
        display: block;
        width: 10px;
    }
    .service-process-sec .tab-content .fa {
        font-size: 25vw;
        margin: 20px 0;
    }
    #header_menu .navbar-nav .sub-menu {
        position: inherit;
        top: 0;
        padding: 0;
        background: #c52d2f;
        width: 90%;
        display: block;
        left: 20px;
    }
    #header_menu .navbar-nav .sub-menu li a {
        color: #fff;
        font-size: 12px;
        padding: 8px 15px;
    }
    .service-page-outer .btn.btn-primary {
        margin: 15px 0 30px;
    }
    .container {
        max-width: 98%;
    }


}
@media (max-width: 575px){

    
    #main_slider .carousel-item > img{
        height: 70vh;
    }
}




/*SEO test page*/
.seo-new {
    padding: 80px 0 60px;
    background: #c52d2f;
}
.service-process-sec.seo-new:before {
    position: absolute;
    content: "";
    background: url(../img/wave-img.png);
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}


.seo-new h2 {
    font-size: 38px;
    text-align: left;
    font-family: 'Poppins';
    margin-bottom: 15px;
}

.seo-new h2:before {
    display: none;
}

.seo-new h4 {
    color: #fff;
    font-family: 'Poppins';
    margin-bottom: 45px;
}

.seo-new  ul.my-setting-list {
    color: #fff;
}

.seo-new ul.my-setting-list li {
    list-style: none;
    line-height: 45px;
    position: relative;
    text-transform: capitalize;
}

.seo-new ul.my-setting-list li:before {
    position: absolute;
    content: "";
    top: 12px;
    left: -50px;
    width: 100%;
    background: url(../img/list-icon.png);
    background-repeat: no-repeat;
    height: 100%;
    background-size: 7%;
}

section#best_SEO {
    padding: 60px 0;
}

section#best_SEO h3 {
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 34px;
    color: #333;
}

section#best_SEO h3 span {
    color: #c52d2f;
}


.best-box {
    display: block;
    text-align: center;
    padding: 0 20px;
    margin-top: 45px;
}

.best-box img.img-fluid {
    width: 50%;
    margin-bottom: 35px;
}

.best-box h4 {
    font-size: 22px;
    color: #222;
}

.best-box p {
    font-size: 14px;
	color: #757575;
}

.bor-rl {
    border-right: 2px solid #a8a8a8;
    border-left: 2px solid #a8a8a8;
}




.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.seo-page-outer .input-group {
    margin-top: 40px;
}
.seo-page-outer input {height: 55px;border-radius: 100px !important;padding-left: 26px;box-shadow: 0px 0px 25px #00000042;}


.seo-page-outer input::placeholder {
    color: #000;
}

.seo-page-outer button.btn.btn-secondary {
    background: #c32c2e;
    border-color: #c52d2f;
    border-radius: 30px;
    position: absolute;
    right: 0;
    padding: 8.5px 20px;
    height: 100%;
}

.seo-page-outer button.btn.btn-secondary img {
    width: 85%;
}

.seo-page-outer .btn.btn-primary {
    background: #c52d2f;
    border-color: #c52d2f;
    margin: 100px auto 0;
    border-radius: 25px;
    padding: 13px 0;
    display: block;
    width: 70%;
    text-transform: uppercase;
}
.seo-page-outer .btn.btn-primary:hover,.seo-page-outer button.btn.btn-secondary:hover{background: #000;border-color: #000; }

.seo-page-outer h3 {
    font-size: 33px;
    text-align: center;
    color: #000;
    margin-top: 30px;
    font-weight: 600;
}

.input-group>.custom-file:focus, .input-group>.custom-select:focus, .input-group>.form-control:focus {
    z-index: -3;
    border-color: unset;
    box-shadow: 0px 0px 5px #00000061;
}




/* */
.heading h3 {
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 34px;
    color: #333;
    margin-bottom: 30px;
}
.heading.white h3 {color: #fff;}
.heading h3 span,.heading p span{color: #c52d2f;}
.heading p {
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
}
section.online-growth {
    padding: 60px 0;
    position: relative;
    margin-bottom: 60px;
}
section.online-growth::before {
    position: absolute;
    content: "";
    background: #f7f9fb;
    width: 100%;
    height: 55%;
    z-index: -1;
    top: 0;
}

.search-img {
    position: absolute;
    left: 0;
    box-shadow: 0 0 15px;
    border-radius: 0 25px 0 0;
    overflow: hidden;
}
.online-growth-box1 {
    text-align: center;
    margin: 55px 15px 30px;
    background: #fff;
    position: relative;
    border-radius: 20px;
    padding: 60px 20px 20px;
}
.online-growth-box1 h2 ,.online-growth-box2 h2{
    color: #333333;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}   
.online-growth-box1 h2 span,.online-growth-box2 h2 span {
    color: #c52d2f;
}
.online-growth-box1::before {
    position: absolute;
    content: "";
    background: #c52d2f;
    width: 105%;
    height: 102%;
    left: -12px;
    top: 0;
    z-index: -1;
    border-radius: 20px;
}
.online-growth-box2 {
    text-align: center;
    margin: 135px 15px;
    padding: 60px 20px 20px;
}

.seo-definitions {
    background: #323232;
    padding: 60px 0 0;
}
.definitions-box {
    background: url("../img/defination-bg.png");
    padding: 125px 50px 100px 75px;
    background-repeat: no-repeat;
    text-align: center;
    background-size: 100%;
}
.definitions-box.def-2{margin-top: 50px;}
.definitions-box h4 {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

/* Search Result Section */
.search-result-sec {
    padding: 80px 0 20px;
}
.result-inner {
    margin: 80px 0 50px;
}
.result-count-box {
    border: 2px solid transparent;
    border-radius: 30px;
    padding: 12px 12px 0;
}
.result-count-box:hover{
    border: 2px solid #ff9890;
    box-shadow: 0 0 13px;
}
.result-count-box h2 {
    color: #fff;
    text-shadow: 0px 0px 2px #c63c34;
    font-size: 48px;
    font-weight: 600;
}
.result-count-box h4 {
    color: #323232;
    font-weight: 600;
    font-size: 22px;
}

.result-count-box.result-1 {
    margin-right: 148px;
}
.result-count-box.result-2 {
    margin-left: 20px;
    margin-top: 50px;
}
.result-count-box.result-3 {
    border-radius: 30px;
    padding: 12px 12px 0;
    margin-left: 20px;
}
.result-count-box.result-4 {
    margin-top: 80px;
}
.result-image {
    position: relative;
}
.result-image img {
    position: absolute;
    left: -125px;
    width: 150%;
    max-width: 150%;
}
.arrow-img {
    text-align: center;
    margin-top: -60px;
}
/*.rectangle-sec {
    background: url("../img/rectangle-01.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 30px 20px;
    padding: 145px 120px 200px;
}*/
.rectangle-sec {
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 80px 40px;
    border: 8px solid #c63c34;
    border-radius: 30px;
    box-shadow: 20px 20px #ae342d;
    margin: 85px 85px 150px;
    position: relative;
}
.rectangle-sec:before {
    position: absolute;
    content: "";
    background: url("../img/rectangle-before.png");
    left: -60px;
    top: -60px;
    width: 205px;
    height: 111%;
    background-repeat: no-repeat;
}
.rectangle-sec:after {
    position: absolute;
    content: "";
    background: url("../img/rectangle-after.png");
    right: -85px;
    bottom: -90px;
    width: 205px;
    height: 111%;
    background-repeat: no-repeat;
}
.rectangle-sec h3 {
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 34px;
    color: #333;
    margin-bottom: 30px;
}
.rectangle-sec h3 span{color: #c52d2f;}
.rectangle-sec  p{text-align: center;}


.shape-img img{width: 100%;}
.optimization-sec {
    padding: 70px 0 0;
}
.optimization-box {
    padding-left: 15px;
}
.optimization-box h2 {
    color: #333333;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}
.optimization-box p span{color: #c63c34;font-weight: 600;}
.optimization-box p strong{color: #000;}
.optimization-img {box-shadow: 0 0 13px;}


.organization-sec {
    background: #f7f9fb;
    padding: 90px 0px 20px;
}
.organization-box-outer{position: relative;}
.organization-box-outer::before {
    position: absolute;
    content: "";
    background: #c63c34;
    width: 108%;
    height: 100%;
    left: -37px;
    top: 0;
    border-radius: 30px;
    transform: rotate(-5deg);
    z-index: 0;
}
.organization-box {
    background: #fff;
    box-shadow: 0 0 10px;
    border-radius: 30px;
    padding: 30px;
    position: relative;
}
.organization-box h2 {
    color: #333333;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}
.organization-box p {
    margin-bottom: 0;
}
.organization-box p span{color: #c63c34;font-weight: 600;}
.organ-new{margin-top: 100px;margin-bottom: 120px;}

.organ-new .organization-box p {
    margin-bottom: 25px;
}


.laptop-sec {
    background: #323232;
    padding: 70px 0 30px;
}
.laptop-sec h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}
.laptop-sec p {color: #fff;}


.new-arrow{margin-top: 20px;}

.bottom-optimization-sec {
    padding: 80px 0 60px;
}
.bottom-opti-2 {
    margin-top: 80px;
}
.bottom-opti-2 .optimization-img {
    box-shadow: none;
}
.bottom-opti-2 .optimization-box {
    margin-top: 55px;
}


.faq-sec {
    background: #c52d2f;
    padding-bottom: 70px;
    padding-top: 30px;
}
.faq-sec .seo-accordion .card-header i {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10%;
}
.faq-sec .seo-accordion .card-header.collapsed i{top: 35%;}
.faq-sec .seo-accordion .card-header.collapsed i::before {
    content: "\f067";
}
.faq-sec .seo-accordion .card-header i::before {
    content: "\f068";
}

.faq-sec .seo-accordion .card {
    border: 2px solid #fff;
    box-shadow: -6px 7px #fff;
    margin-bottom: 30px;
}
.faq-sec .seo-accordion .card-header {
    background-color: #c52d2f;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    height: 75px;
    align-items: center;
    display: flex;
}
.faq-sec .seo-accordion .card-header a{margin-bottom: 0;}


.nitty-sec {
    padding: 80px 0;
}
.nitty-box {
    text-align: center;
    border: 1px solid #000;
    padding: 63px 20px 0;
    min-height: 477px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.nitty-box:hover {
    border-color: #c52d2f;
    box-shadow: 0 0 10px #a2a2a2;
}
.nitty-box h3{
    color: #222;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
}

.seo-map {
    margin-bottom: -6px;
}


/*PPC CSS*/

section.subheader {
    background: url(../img/sub-header-back.jpg);
    background-size: cover;
    background-position: center;
    padding: 7rem 0;
}

section.subheader h3 {
    text-align: center;
    color: #fff;
    font-size: 45px;
    position: relative;
}

section.subheader h3:before {
    position: absolute;
    content: "";
    background: #be1f28;
    height: 2px;
    width: 13%;
    left: 0;
    margin: 0 auto;
    bottom: -10px;
    right: 0;
}

.ppc-page h3 {
    text-align: revert;
    font-size: 28px;
}

.ppc-page a.btn.btn-primary {
    margin-left: 0;
}

#best_SEO ul.my-setting-list {
    color: #fff;
    display: flex;
    flex-direction: column;
    margin-top: 55px;
    padding-left: 9rem;
}
#best_SEO ul.my-setting-list li {
    list-style: none;
    line-height: 45px;
    position: relative;
    text-transform: capitalize;
	color:#000;
}

#best_SEO ul.my-setting-list li:before {
    position: absolute;
    content: "";
    top: 12px;
    left: -50px;
    width: 100%;
    background:url("../img/red-setting-icon.png");
    background-repeat: no-repeat;
    height: 100%;
    background-size: 7%;
}


.ppc-growth .online-growth-box1 {
    text-align: left;
    margin: 55px 15px 30px;
    background: #fff;
    position: relative;
    border-radius: 20px;
    padding: 60px 20px 20px;
    box-shadow: 0px 0px 25px #00000073;
}


.ppc-growth .online-growth-box1::before {
    position: absolute;
    content: "";
    background: #c52d2f;
    width: 105%;
    height: 102%;
    left: -12px;
    top: 0;
    z-index: -1;
    border-radius: 20px;
    transform: skew(
8deg
, 
-9deg
);
}

.ppc-growth .search-img {
    position: absolute;
    right: 0;
    border-radius: 0 25px 0 0;
    overflow: hidden;
    box-shadow: none;
    left: auto;
}

.ppc-growth1 .online-growth-box1 {
    text-align: left;
    margin: 55px 15px 30px;
    background: #fff;
    position: relative;
    border-radius: 20px;
    padding: 60px 20px 20px;
    box-shadow: 0px 0px 25px #00000073;
}


.ppc-growth1 .online-growth-box1::before {
    position: absolute;
    content: "";
    background: #c52d2f;
    width: 105%;
    height: 102%;
    left: -12px;
    top: 0;
    z-index: -1;
    border-radius: 20px;
    transform: skew(
8deg
, 
-9deg
);
}

.ppc-growth1 .search-img {
    position: absolute;
    left: 0;
    border-radius: 0 25px 0 0;
    overflow: hidden;
    box-shadow: none;
}

section.ppc-growth {
    padding: 60px 0;
    position: relative;
    margin-bottom: 0;
    background: #f7f9fb;
	z-index: 999;
}


section.ppc-growth1 {
    padding: 60px 0 8rem;
    position: relative;
    margin-bottom: 60px;
    background: #f7f9fb;
    z-index: 999;
}


section.search-result-sec.ppc-result {
    padding: 0;
}

section.search-result-sec.ppc-result .result-inner {
    margin: 28px 0 0;
}

section.search-result-sec.ppc-result .optimization-img {
    box-shadow: none;
}

.ppc-optimization strong {
    font-size: 25px;
    font-weight: 600;
    color: #010101;
}


.ppc-optimization .optimization-img {
    box-shadow: none;
}

.ppc-optimization .optimization-img .tab-content {
    background: #f7f9fb;
    padding: 17px;
    margin-top: 15px;
    min-height: 200px;
    border: 1px solid #ccc;
}

.ppc-optimization .optimization-img ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #c63c34;
}

.ppc-optimization .optimization-img ul.nav.nav-tabs li.nav-item {
    background: #ccc;
    margin: 0 15px;
    border-radius: 7px;
    text-align: center;
}

.ppc-optimization .optimization-img ul.nav.nav-tabs li.nav-item a.nav-link {
    color: #000;
    padding: 8px 30px;
}

.ppc-optimization .optimization-img ul.nav.nav-tabs li.nav-item a.nav-link.active {
    background: #c63c34;
    border-radius: 7px;
    color: #fff;
}

.ppc-optimization .online-growth-box1 {
    text-align: left;
}

.ppc-optimization .online-growth-box1 p {
    line-height: 25px;
    color: #757575;
    font-size: 15px;
}

.ppc-optimization .optimization-img img.img-fluid.new-bottom {
    width: 80%;
    margin: 0 auto;
    margin-top: 7rem;
    justify-content: center;
    display: flex;
}

section.laptop-sec.mt-5.ppc-bing {
    background: url(../img/ppc-bing-back.png);
    background-repeat: no-repeat;
    padding: 3rem 0px;
    background-size: cover;
}

section.laptop-sec.mt-5.ppc-bing h3 {
    color: #000;
    margin-top: 48px;
}

section.laptop-sec.mt-5.ppc-bing p {
    color: #000;
    font-size:15px;
    line-height:25px;
}



.ppc-yahoo .optimization-img ul.nav.nav-tabs li.nav-item a.nav-link {
    color: #000;
    padding: 8px 12px;
}


section.ppc-adrolls {
    background: #323232;
    color: #fff;
}

section.ppc-adrolls h3 {
    color: #fff !important;
}

section.ppc-adrolls ul.my-setting-list li {
    color: #fff !important;
}


section.ppc-adrolls ul.my-setting-list li:before {
    position: absolute!important;
    content: ""!important;
    top: 12px!important;
    left: -50px!important;
    width: 100%!important;
    background:url("../img/list-icon.png") !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
    background-size: 7% !important;
}


.ppc-pay-per-click .online-growth-box1::before {
    display: none !important;
}


.ppc-pay-per-click .search-img {
    border-radius: 0;
    box-shadow: none;
}

.ppc-pay-per-click .online-growth-box1 {
    margin-top: 0;
}

.list-sec h4 {
    text-align: center;
    color: #000;
    font-size: 20px;
    margin-bottom: 55px;
}

.list-sec  .text-box {
    position: relative;
}

.list-sec .text-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    width: 73%;
    min-height: 85px;
}

.list-sec .text-box .numbers {
    position: absolute;
    right: 9px;
    font-size: 88px;
    top: -35px;
    color: #c52d2f;
    width: 23%;
}

.list-sec .text-box p {
    font-size: 14px;
    color: #0009;
    margin-top: 25px;
}

.list-sec .text-box .border-img {
    position: absolute;
    left: -22px;
}
.list-sec .text-box .border-img img {
    height: 190px;
    object-fit: cover;
}

section.ppc-marketing {
    padding: 3rem 0px;
    background: #f7f9fb;
    text-align: center;
}

section.ppc-marketing h3 {
    color: #000;
}

section.ppc-marketing h3 span {
    color: #c63c34;
}

section.ppc-marketing p {
    color: #000;
    font-size: 15px;
    margin-top: 45px;
    letter-spacing: 1px;
}


.ppc-footer img {
    width: 100%;
    background: #f7f9fb;
}


/*SMO CSS*/

.smo-new {
    padding: 9em 0  5em!important;
}

.Audience {
    padding: 0;
}

.Audience .online-growth-box1 {padding-top: 10px;}

.bottom-optimization-sec {
    padding: 80px 0 60px;
}


.media-arketing-services .seo-accordion .card {
    border: 2px solid #000;
    box-shadow: -6px 7px #000;
    margin-bottom: 30px;
}

.media-arketing-services {
    background: none;
}

.media-arketing-services h3 {
    color: #c52d2f !important;
    margin-bottom: 10px;
}

.media-arketing-services p {
    margin-bottom: 35px;
}



.step-right .search-img {
    left: auto !important;
    right: 0;
}



.media-advertising p {
    margin-top: 0 !important;
    padding: 15px 3em;
}

.media-advertising  h4 {
    margin-top: 45px;
    color: #c52d2f;
}





/*Web design */

.web-list h2 {
    min-height: unset !important;
    font-size: 38px !important;
	color: #000;
}

.web-list .text-box {
    box-shadow: -4px 4px 0px #c52d2f;
    padding: 22px;
    min-height: 400px;
    border-radius: 45px;
    position: relative;
}

.web-list .text-box p {
    font-size: 13px;
}

.web-list {
    margin-bottom: 5em;
}


.web-new-design ul.my-setting-list {
    padding: 0 !important;
}

.web-new-design ul.my-setting-list li {list-style: none;color: #c52d2f;font-size: 18px;font-weight: 600;position: relative;padding-left: 1.5em;}

.web-new-design ul.my-setting-list li:before {
    position: absolute;
    content: "";
    width: 41px;
    height: 25px;
    top: 0;
    left: -10px;
    background: url("file:///F:/Adarsh%20Work/2021/jm/13-09-2021/versatile-media-group111/versatile-media-group/img/red-setting-icon.png");
    background-size: 70%;
    z-index: 9999;
    background-repeat: no-repeat;
    background-position: center center;
}

.web-new-design ul.my-setting-list  p {
    font-size: 14px;
    color: #000;
    margin-top: 0px;
}


.website-benifits .col-sm-6 {
    display: flex;
    align-items: center;
}

.PPC {
    background: url(../img/ppc-bing-back.png);
    background-repeat: no-repeat;
    padding: 3rem 0px;
    background-size: cover;
}

.SEO {
    background: none !important;
}

.SEO img.img-fluid {
    filter: drop-shadow(2px 4px 6px #ccc);
}

.PPC img.img-fluid {
    filter: drop-shadow(2px 4px 6px #ccc);
}



.SEO .row {
    align-items: center;
    display: flex;
}

.PPC .row {
    align-items: center;
    display: flex;
}

.web-design {
    background: none !important;
}

.service-process-sec p {
    color: #fff;
}

.new-brand-list h2 {
    font-size: 23px !important;
}

.new-brand-list  .text-box {
    min-height: 320px !important;
    margin-top: 45px !important;
    padding: 35px 15px !important;
    background: #fff;
}

.new-brand-list {
    background: #0000000a;
}.nitty-box img {    margin: 0 auto;}

/* section {
   padding: 0px !important;  
} */