/*

Theme Name: Patti Child

Theme URI: http://deliciousthemes.com/

Description: Creative / Portfolio One-Page Theme

Author: Madalin Tudose

Author URI: http://deliciousthemes.com/

Template: patti

Version: 1.4

*/



/* =Imports styles from the parent theme

-------------------------------------------------------------- */

@import url('../patti/style.css');





/* =Theme customization starts here

-------------------------------------------------------------- */

.percent-full.no-fullscreen-menu .logo {
    text-align: center;
}
header#header {
    background: #ffffff00 !important;
    position: absolute;
}


.titlerotate h1 {
    font-size: 60px;
    color: #000;
    font-weight: 900;
}


.bannerbtn button.ubtn-normal {
    padding: 8px 22px;
}
.titlerotate h1 span {
    width: 100% !important;
}

.ubtn-ctn-center.card_btn {
    margin-bottom: 20px !important;
}

.comp_card {
    background: #f0f0f0;
    padding-bottom: 1px;
    transition: all .35s;
    position: relative;
}

.ult-content-box {
    position: relative;
}
p.vc_custom_heading.card_txt {
    padding: 0px 20px;
}

.comp_card:hover {
    background: #5C241E;
    
}

.comp_card:hover .vc_custom_heading {
    color: #fff;
}



.ult-content-box {
    position: relative;
}




h3.vc_custom_heading.card_title {
    margin-bottom: 10px;
    font-weight: bold;
    transition: all .35s;
    /*margin-top: 75px;*/
}


#bottomfooter p{
	float: none !important;
}

#bottomfooter .centered-wrapper {
    text-align: center;
    color: #fff;
}


.comp_card:hover .card_img img {
  opacity: 0.5;
}
.comp_card:hover .card_img {
    background:#000;
}

#footer h3 {
    font-size: 26px;
    color: #fff;
    position: relative;
    margin-bottom: 35px;
}

#footer h3:after {
    content: " ";
    width: 13%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: -18px;
}
#footer p, #footer a {
    color: #e0e0e0;
}

#topfooter {
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}


div#bottomfooter {
    background: #50211A;
    padding: 30px 0px;
}
.vc_row.wpb_row.vc_row-fluid.hmmap {
    margin-bottom: -220px;
    z-index: 1;
}

.hmmap .wpb_gmaps_widget .wpb_wrapper {
    background-color: #B9392B;
}

a.totop {
    display: none;
}

footer#footer {
    padding-bottom: 0px;
    padding-top: 230px;
}

.comp_card {
    margin-bottom: 35px !important;
}

h3.vc_custom_heading.card_title {
    font-size: 19px !important;
}

span.ubtn-data.ubtn-text {
    font-family: Lato, sans-serif;
}

.logo img {
    max-width: 250px;
}

#about p {
    font-size: 17px;
    line-height: 1.9;
}



body {
    border-top: 4px solid #a72021;
}

@media(min-width: 768px){

    /* Scrollbar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1; 
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #c5c5c5; 
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555; 
    }

	footer#footer {
	    background-image: url(http://bansalgroup.net.in/wp-content/uploads/2019/01/footerbackground.png);
	    background-size: 30%;
	    background-repeat: no-repeat;
	    background-position: 10% 70%;
	    
	}
	

	h3.vc_custom_heading.card_title {
     	margin-top: 5px; 
     	transition: all .35s;
     	    padding: 0px 20px;
	}

	.wpb_single_image.wpb_content_element.vc_align_center.card_logo {
	    position: absolute;
	    left: 33%;
	    top: 160px;
	    transition: all .35s;
	}


	.comp_card:hover .wpb_single_image.wpb_content_element.vc_align_center.card_logo {
	    top: 40px;
	}

	.comp_card:hover h3.vc_custom_heading.card_title{
		margin-top: 0px;
	}


	.ubtn-ctn-center.card_btn {
	    opacity: 0;
	    transition: all .4s;
	    margin-top: -55px;
	}

	.comp_card:hover .ubtn-ctn-center.card_btn {
	    opacity: 1;
	    margin-top: 0px;
	}

	.comp_card {
	    min-height: 600px;
	}

    div#cardsrow2 .comp_card {
        min-height: 520px;
    }

    div#cardsrow3 .comp_card {
        min-height: 500px;
    }
}


@media(max-width: 767px){
	.card_btn button {
	    color: #000 !important;
	    border-color: #000 !important;
	}
	a.nav-btn {
	    display: none;
	}

	div#our_companies .vc_row-flex {
		padding-top: 0px !important;
	}
}
/*.wpb_single_image.wpb_content_element.vc_align_center.card_logo {
    position: absolute;
    top: 180px;
    left: 33.5%;
}*/

/*
.comp_card:hover .card_btn {
	display: block !important;
}


.card_logo {
    position: absolute;
    top: 180px;
    left: 34%;
    transition: all .35s;

}

.comp_card:hover .card_logo {
    top: 80px;
}

.comp_card:hover h3.vc_custom_heading.card_title {
    margin-top: 0px;

}*/



