/*
Theme Name: 	Collaborative Child
Author: 		PnC Logos
Author URI: 	http://pnclogos.com
Description:	Child Theme for Collaborative - Premium WordPress Theme
Template:		collaborative
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');

#Action_bar {
    background: #E54525;
}

/* About Page CSS start */
.abt_page_right h2{
    font-size: 44px !important;
}

.abt_page_second_fold a.button {
    width: 510px !important;
}
.mcb-item-cihuhbpfn {
    padding: 30px;
    border-radius: 10px !important;
}
.mcb-wrap-k58srioju{
    padding: 0px 10px;

}
/* About Page CSS end */

/* PCR Page CSS start */
.pdf_sec i, .abt_pdf_box i {
    font-size: 70px;
    padding: 0px 0px 30px 0px;
}
.abt_pdf_box .column_attr{
    box-shadow: 0px 0px 24px #8080804a;
    padding: 20px;
    border-radius: 10px;
    margin: 10px 20px;
    
}
.pdf_box {
    box-shadow: 0px 0px 24px #8080804a;
    padding: 20px;
    border-radius: 10px;
}


.pdfs{
	
}
.pdfs ul{
	    display: flex;
    justify-content: center;
	margin:0px;
}
.pdfs ul li{
	
    display: inline-block;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 30px;
	
}


.pdfs li a{   
	text-decoration:none;
	text-align: center;
	transition: transform .2s;  
	 box-shadow: 0px 0px 24px #8080804a;
    padding: 20px;
    border-radius: 10px;
	    width: 100%;
}
.pdfs ul li a:hover{
	    transform: scale(1.1);
}

.pdfs li i{
	font-size: 70px;
    padding: 0px 0px 30px 0px;
}
.pdfs li h4{
	    text-align: center;
	
}

.ark_first_sec{
    padding: 100px 30px 30px 30px;
}
.ark_first_sec h1{
    color: #e54525 !important;
}
.arkstone_left, .arkstone_right {
    padding: 50px 20px 0px 20px;
}
.arkstone_left .column_attr, .arkstone_right .column_attr {
    padding: 50px;
    box-shadow: 0px 0px 24px #8080804a;
    border-radius: 10px;
}
.arkstone_left img, .arkstone_right img{
    padding-bottom: 20px;
}
.why .column_attr.clearfix {
    border-radius: 20px;
    padding: 0px 50px;
    margin: 0px 20px;
}

/* PCR Page CSS end */


#Top_bar .menu > li > a {
    padding: 25px 0 !important;
}
#Top_bar.is-sticky .menu > li > a {
    padding: 15px 0 !important;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450 !important;
    color: #fff !important;
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #E54525;
    background: #E54525 !important;
    color: #fff !important;
    text-align: center;
}

.header-transparent #Top_bar #logo {
    height: auto !important;
    padding: 0px !important;
}
/* #Top_bar.is-sticky #logo img.logo-sticky {
    max-height: 60px !important;
    padding: 0px 15px !important;
    background: transparent !important;
} */
#Top_bar.is-sticky {
    background: #424242 !important;
    height: 70px !important;
}
/* .header-transparent #Top_bar.is-sticky .menu > li > a span {
    padding-top: 10px !important;
} */

#Top_bar.is-sticky .top_bar_right .action_button {
    position: relative !important;
    top: -23px !important;
}
#Top_bar .top_bar_right .action_button {
    position: relative !important;
    top: 0px !important;
}
#Top_bar.is-sticky #logo img.logo-sticky {
    padding: 6px 10px 15px 10px  !important;
}

#Action_bar a {
    color: #fff !important;
}

.slick_testimonial a.button.the-icon.slider_next.slick-arrow, .slick_testimonial a.button.the-icon.slider_prev.slick-arrow {
    color: transparent !important;
    background-color: transparent !important;
    border: 0px !important;
}
.slick_testimonial a.button.the-icon.slider_prev.slick-arrow {
    position: absolute;
    bottom: 1.6% !important;
    left: 52%;
}
.slick-list .draggable{
    position: relative;
}

.slick_testimonial i{
    color: #e54525 !important;
    width: 111px !important;
    height: 20px !important;
}
#Action_bar .social-menu li {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid rgb(255 255 255);
}

#Action_bar nav#social-menu {
    float: left;
}

#Action_bar .contact_details {
    float: right;
}

#Action_bar .contact_details li,
#Action_bar .social-menu {
    padding: 15px 0px;
}

#Action_bar .icon-phone:before {
    transform: rotate(90deg);
    font-size: 18px;
    color: white !important;
}

#Action_bar li.phone a:before {
    content: 'Collaborative: ';
}

#Action_bar .contact_details li>i {
    margin-right: 15px;
}

.icon_1 .img, .icon_2 .img, .icon_3 .img, .icon_4 .img, .icon_5 .img {
    border: solid 1px skyblue;
    width: 292px !important;
    height: 252px !important;
    padding: 0px !important;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    position: relative;
}
.icon_1 .img img, .icon_2 .img img, .icon_3 .img img, .icon_4 .img img, .icon_5 .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icon_1 .img:hover, .icon_2 .img:hover, .icon_3 .img:hover, .icon_4 .img:hover, .icon_5 .img:hover{
    background: #E54525 !important;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-color:#E54525 ;
}


/* @media (min-width:1400px) {
    .header-transparent #Top_bar #logo {
        height: auto;
        padding: 0px 0px !important;
    }
} */


#Top_bar.is-sticky {
    background: #424242 !important;
}

.banner_form input {
    background: black;
    border: 1px solid #404040 !important;
    margin-bottom: 20px !important;
}

span.wpcf7-spinner {
    display: none;
}

.FirstFold p {
    padding: 40px 0px 60px;
    margin: 0px;
}

.SecondFold h2 {
    margin-bottom: 25px;
    color: #fff;
}

.mcb-item-yhecymu6p {
    padding-bottom: 50px;
}

.SecondFold h4 {
    color: white;
    font-family: 'Poppins';
    margin: 0px;
    padding-top: 35px;
    font-weight: 400;
}

.mcb-item-u087u8i4h {
    padding-top: 80px;
}

.SecondFold a.button.button_size_2 {
    margin: 0px !important;
    background: transparent !important;
    color: #e54525;
}

.ThirdFold .mcb-item-w9yiwlwps {
    padding-bottom: 90px;
}

.xbox h4 {
    margin: 0px;
}

.mcb-item-ircuoxtfy.xbox img,
.mcb-item-gd7js3sj0.xbox img {
    padding-bottom: 30px;
}

.mcb-item-3f2gzjgno.xbox img,
.mcb-item-b52zoujk9.xbox img {
    padding-top: 30px;
}

.mcb-item-3f2gzjgno.xbox,
.mcb-item-b52zoujk9.xbox {
    margin-top: 30px;
}

.mcb-item-sf9n6kiom {
    padding-top: 100px;
}

.mcb-wrap-a4pe7vnnz {
    padding-right: 60px;
}

.mcb-wrap-a4pe7vnnz h2,
.mcb-wrap-a4pe7vnnz p {
    margin: 0;
    color: #ffff;
}

.mcb-wrap-a4pe7vnnz p {
    padding: 40px 0px 60px;
}
.single-testimonial:after {
    content: '';
    position: absolute;
    background: url(https://staging.pnclogos.com/collaborative/wp-content/uploads/2022/02/DoubleComma.png);
    width: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    top: -50%;
    right: -10%;
    transform: translate(0%, 0%);
}
.single-testimonial {
    height: auto;
    background: #fff !important;
    box-shadow: 0px 4px 46px #00000029;
    border-radius: 180px 1px 1px 1px;
    padding: 65px 70px 40px !important;
    position: relative;
    max-width: 849px !important;
    text-align: left;
    margin: 0px 90px;
}

.single-testimonial .top {
    padding-bottom: 20px !important;
}

.single-testimonial .top .img {
    position: absolute;
    left: 12%;
    top: -10%;
}

/* .slick_testimonial .slick-list.draggable::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, white, transparent, transparent, transparent, transparent, transparent, white);
    top: 0;
    left: 0px;
} */

.single-testimonial p,
.single-testimonial h5 {
    margin: 0px !important;
}

.img {
    position: relative;
}

.slick-slide img {
    display: inline-block;
}

.headings {
    position: relative;
    top: -80px;
    left: 110px;
}

.slick-dots button {
    width: 5px;
    height: 5px;
    padding: 6px;
    color: #F1555E;
    background: #F1555E !important;
}

p.comp-name {
    color: #3E77AE;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}

.top .img img {
    width: 70px;
}

.main p {
    color: #3A4046;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    font-family: 'Poppins' !important;
}

.main h5 {
    font-size: 18px !important;
    font-family: poppins !important;
    font-weight: 600 !important;

}

.slick-list.draggable {
    padding: 81px 0px 65px 0px !important;
}

.LastFold h2 {
    font-family: 'DM Serif Display', serif !important;
    margin: 0px;
}

.LastFold h2:first-child {
    font-size: 50px;
    color: #E54525;
    padding-bottom: 30px;
    font-weight: 400;
    position: relative;
}
.LastFold h2:first-child:after {
    content: '';
    position: absolute;
    background: url(https://staging.pnclogos.com/collaborative/wp-content/uploads/2022/02/message.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    top: -8%;
    left: -15%;
}

.LastFold h2:last-child {
    font-weight: 400;
    font-size: 70px;
    color: #fff;
    position: relative;
}
.LastFold h2:last-child:before {
    content: '';
    position: absolute;
    background: url(https://staging.pnclogos.com/collaborative/wp-content/uploads/2022/02/right-arrow-1.png);
    width: 100%;
    height: 100%;
    left: 41% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    transform: translateX(-22%);
}
.LastFold h2:last-child:after {
    background: #fff;
    content: '';
    position: absolute;
    width: 35%;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40%;
}
/* COntact Page */
.icon_box .icon_wrapper, .icon_box a .icon_wrapper, .style-simple .icon_box .icon_wrapper {
    color: #13162f !important;
}
/* COntact Page */




footer#Footer {
    text-align: center;
}

.textwidget.custom-html-widget {
    font-size: 16px;
}

footer ul {
    padding: 0 !important;
    background: transparent !important;
    list-style: none !important;
    display: inline-flex;
    column-gap: 25px;
    text-transform: uppercase !important;
}

ul#menu-main-menu-1:after {
    content: '';
    width: 35%;
    height: 1px;
    background: #dadada;
    position: absolute;
    left: 50%;
    bottom: -32%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 1240px) {
    #Top_bar.is-sticky #logo img.logo-sticky {
        max-height: 140px;
        background: #424242;
        padding: 15px;
        border-radius: 9px;
    }
}

@media(max-width:1400px) {
    .banner_form input {
        margin-bottom: 10px !important;
    }
    .banner_form input.wpcf7-form-control.has-spinner.wpcf7-submit {
        font-size: 15px !important;
    }
    .FirstFold {
        padding: 100px 50px!important;
    }
    .FirstFold .mcb-wrap-x4wzhy376 {
      padding-left: 65px;
    }
    .FirstFold p {
        padding: 25px 0px 40px;
        margin: 0px;
    }
}
@media (max-width:1200px) {
    .banner_form input.wpcf7-form-control.has-spinner.wpcf7-submit {
        font-size: 14px !important;
        padding: 10px 20px !important;
    }
}

@media (max-width:1240px){
    .top_bar_right {
        display: none;
    }
    .top_bar_left.clearfix{
        width: 100% !important;
    }
    nav#social-menu{
        display: none;
    }
}

@media (max-width:1398px){
    .icon_1 .img, .icon_2 .img, .icon_3 .img, .icon_4 .img, .icon_5 .img {
        width: 241px !important;
        height: 226px !important;
        border-top-left-radius: 70px;
        border-bottom-right-radius: 70px;
    }
    .icon_1 .img:hover, .icon_2 .img:hover, .icon_3 .img:hover, .icon_4 .img:hover, .icon_5 .img:hover{
        border-top-left-radius: 70px;
        border-bottom-right-radius: 70px;
    }
    
    .LastFold h2:first-child:after {
        left: -18%;
    
    }
    .LastFold h2:last-child:before {
        left: 44% !important;
    }
}
    
@media (max-width:1024px){

    .slider_btn{
        position: relative;
        top: 35px;
    }
    .slide_content {
        top: 40px !important;
    }
    .slide_heading span br{
        display: none !important;
    }
    #Top_bar.is-sticky #logo img.logo-sticky {
        display: inline;
        max-height: 55px;
    }
    .icon_1 .img, .icon_2 .img, .icon_3 .img, .icon_4 .img, .icon_5 .img {
        width: 160px !important;
        height: 150px !important;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .icon_1 .img:hover, .icon_2 .img:hover, .icon_3 .img:hover, .icon_4 .img:hover, .icon_5 .img:hover {
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .icon_1 .img img, .icon_2 .img img, .icon_3 .img img, .icon_4 .img img, .icon_5 .img img {
        width: 50%;
    }
    .LastFold h2:first-child:after {
        left: -26%;
    }
    .LastFold h2:last-child:before {
        left: 54% !important;
    }
    .LastFold h2:last-child:after {
        width: 50%;
    }
    .icon_box .icon_wrapper {
        width: 80px !important;
        height: 80px !important;
        text-align: center;
        line-height: 80px !important;
        font-size: 30px !important;
    }
    .icon_box.icon_position_left {
        padding-left: 110px;
    }
    .desc a, .desc h4{
        font-size: 16px !important;
    }
    }


@media (max-width:992px) and (min-width:768px) {
    .LastFold h2:last-child:before {
        left: 47% !important;
        top: -20%;
    }
    .mcb-wrap-da9sjk8oa, .mcb-wrap-x4wzhy376{
        width: 100% !important;
    }
    .mcb-wrap-x4wzhy376{
        padding: 0px !important;
    }
    .FirstFold {
        padding-bottom: 0px !important;
    }
    .SecondFold h4 {
       font-size: 16px;
    }
    .FourthFold {
        padding: 40px !important;
    }
    .mcb-wrap-a4pe7vnnz {
        padding-right: 40px;
    }
}
@media (max-width:768px) {
	.pdfs ul{
		    flex-direction: column;
	}
	.pdfs ul li{
		width: 100%;
	}
	 
    .slide_content br{
        display: none !important;
    }
    .slide_content{
        top: 0px !important;
    }
    .slider_btn{
        top: 0px !important;
    }
    .icon_1 .img, .icon_2 .img, .icon_3 .img, .icon_4 .img, .icon_5 .img {
        width: 120px !important;
        height: 100px !important;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .icon_1 .img:hover, .icon_2 .img:hover, .icon_3 .img:hover, .icon_4 .img:hover, .icon_5 .img:hover {
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    #Subheader {
        padding: 200px 0px 60px 0px !important;
    }
    .mcb-item-1890c5d73 .hover_color_wrapper, .mcb-item-9ab0d5ec7 .hover_color_wrapper{
        padding: 40px 0px 50px !important;
    }
    #Top_bar {
        top: 0px !important;
    }
    #Top_bar.is-sticky {
        top: 45px !important;
    }
    #Top_bar {
        height: 130px;
        padding-top: 20px;
    }
    #Top_bar.is-sticky {
        height: 130px;
        padding-top: 0px;
    }
    
    .icon_box.icon_position_left {
        padding-left: 0px;
    }
    .LastFold h2:last-child:after {
        width: 35%;
    }
    .LastFold h2:last-child:before {
        left: 47% !important;
        top: -20%;
    }
    .LastFold h2:first-child:after {
        left: -25%;
    }
    #Action_bar{
        display: none !important;
    }
    #Top_bar {
        background-color: #13120f !important;
    }
    .FirstFold .mcb-wrap-x4wzhy376 {
        padding-left: 0px;
        padding-top: 30px;
    }
    .FirstFold {
        padding: 70px 30px!important;
    }
    .SecondFold h4 {
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .ThirdFold .mcb-item-w9yiwlwps {
        padding-bottom: 50px;
    }
    .mcb-item-3f2gzjgno .column_attr.clearfix, .mcb-item-b52zoujk9 .column_attr.clearfix{ 
        display: grid;
    }
    .ThirdFold{
        text-align: center !important;
    }
    .xbox h4 {
        margin: 0px;
        order: 2;
        font-size: 24px;
    }
    .mcb-item-3f2gzjgno .column_attr.clearfix,  .mcb-item-b52zoujk9 .column_attr.clearfix{
        justify-items: center;
    }
    .xbox h4 {
        margin-bottom: 30px !important;
      }
    .mcb-item-3f2gzjgno.xbox h4, .mcb-item-b52zoujk9.xbox h4 {
        margin-top: 40px;
    }
    .FourthFold {
        padding: 45px 0px !important;
      }
      .mcb-wrap-a4pe7vnnz {
        padding-right: 0px;
      }
    .single-testimonial {
        max-width: 600px !important;
        margin: 0px 40px !important;
        border-radius: 70px 1px 1px 1px !important;
    }
    .single-testimonial {
        padding: 65px 10px 35px 25px!important;
    }
    .single-testimonial:after {
        width: 70%;
    }
    .single-testimonial .top .img {
        top: -6%;
    }
    .slick_testimonial a.button.the-icon.slider_prev.slick-arrow {
        bottom: 1% !important;
    }

      .LastFold h2{
        font-size:35px !important;
      }
      footer ul{
        flex-direction: column;
      }
      aside#custom_html-3 ul li {
        margin-bottom: 20px;
      }
      ul#menu-main-menu-1:after {
        bottom: -5% !important;
      }
      body:not(.template-slider) #Header {
        min-height: auto !important;
      }
      .main_testimonial{
       padding-bottom: 40px !important;   
      }
      .slick-list.draggable {
        padding: 81px 0px 45px 0px !important;
    }
    aside#custom_html-4 ul.social_icons {
        display: flex;
        flex-direction: inherit;
        justify-content: center;
    }
}

@media (max-width:767px) {
    .slide_heading{
        position: relative;
        top: -35px !important;
    }
    .SecondFold ul {
        margin: 0px !important;
    }
    .icon_1 .img, .icon_2 .img, .icon_3 .img, .icon_4 .img, .icon_5 .img{
        margin: auto;
        width: 292px !important;
        height: 252px !important;
        border-top-left-radius: 80px;
        border-bottom-right-radius: 80px;
    }
    .icon_1 .img:hover, .icon_2 .img:hover, .icon_3 .img:hover, .icon_4 .img:hover, .icon_5 .img:hover {
        border-top-left-radius: 80px;
        border-bottom-right-radius: 80px;
    }
    .SecondFold h4 {
        font-size: 20px;
    }
    .mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle {
        top: 50px!important;
    }
    .mobile-sticky #Top_bar.is-sticky #logo img.logo-mobile-sticky {
        display: none !important;
    }
    .LastFold h2:first-child:after {
        left: -42%;
    }
    .LastFold h2:last-child:before {
        left: 62% !important;
        top: -20%;
    }
    .LastFold h2:last-child:after {
    width: 55%;
}
#Top_bar {
    padding-top: 0px;
}
#Subheader {
    padding: 60px 0px 60px 0px !important;
}
#Top_bar a.responsive-menu-toggle {
    top: 60% !important;
    transform: translateY(-50%) !important;
}
.icon_box.icon_position_left {
    padding-left: 120px !important;
    display: flex !important;
    align-items: center !important;
}

}
@media (max-width:479px) {
    .slide_heading{
        top: -10px !important;
    }
    .slider_btn{
        position: relative;
        top: -25px !important;
    }
    img.logo-mobile-sticky.scale-with-grid.svg {
        display: none !important;
    }
    .LastFold h2:last-child:after {
        width: 75%;
    }
    .slick_testimonial a.button.the-icon.slider_prev.slick-arrow {
        bottom: 0.66% !important;
    }
    .LastFold h2:first-child:after {
        left: 50%;
        top: -100%;
        transform: translateX(-50%);
    }
    .LastFold h2:last-child:before {
        left: 70% !important;
        background-size: contain;
    }
    .icon_box .icon_wrapper {
        width: 50px !important;
        height: 50px !important;
        text-align: center;
        line-height: 50px !important;
    
    }
    .icon_box.icon_position_left {
        padding-left: 80px !important;
    }
    .icon_box.icon_position_left .icon_wrapper {
        top: 30px;
    }
    .desc a, .desc h4 {
        font-size: 15px !important;
    }
    .mcb-item-8514fc6ff .clearfix {
        padding: 60px 20px 40px !important;
    }
}
@media (max-width:320px) {
    .slick_testimonial a.button.the-icon.slider_prev.slick-arrow {
        bottom: 0.5% !important;
    }
    .LastFold h2:last-child:before {
        left: 75% !important;
        background-size: contain;
    }
    .icon_1 .img, .icon_2 .img, .icon_3 .img, .icon_4 .img, .icon_5 .img {
        margin: auto;
        width: 250px !important;
        height: 210px !important;
        border-top-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }
    .icon_1 .img:hover, .icon_2 .img:hover, .icon_3 .img:hover, .icon_4 .img:hover, .icon_5 .img:hover {
        border-top-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }
}