/*
Theme Name: Transport
Theme URI: http://themeforest.net/user/Anps/portfolio
Description: It can be used for business and corporate sites, your portfolio site or customize it to suit your wishes. Easy to use and clean code will be a simple task to get you up and running in no time. And with our support you cannot go wrong.
Author: AnpsThemes
Author URI: https://anpsthemes.com/
Version: 3.1.4
License: GNU General Public License
License URI: license.txt
Text Domain: transport
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, left-sidebar, custom-colors, custom-header, custom-menu, theme-options, translation-ready, threaded-comments
*/
.main-gallary-box p {
	display: flex;
	flex-wrap: wrap;
}
.main-gallary-box img{
	width: 20%;
    margin: 0;
}
@media (max-width: 767px){
	.main-gallary-box img{
		width: 50%;
	}
}
.fa-angle-up:before {
    content: "\f106";
}
.home .vc_images_carousel .vc_carousel-control .icon-prev::before {
    content: '\2039'!important;
	font-size: 40px;
}
.vc_images_carousel .vc_carousel-control .icon-next:before {
    content: '\203a'!important;
    font-size: 40px;
}