body,
.navbar-custom a {
    font-family: 'Ubuntu', sans-serif !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.navbar-custom a {
    font-weight: 500 !important;
}

.btn {
    border-radius: 4px !important;
    padding: 12px 16px 12px 16px !important;
    border-color: none !important;
}

.btn-primary {
    background-color: #2D3559 !important;
    border-color: none !important;
}

.text-blue {
    color: #1E4BFF !important
}

.text-black {
    color: #343434 !important
}

.text-white {
    color: #ffffff !important
}

.bg-black {

    background-color: #000000;
}



.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 10px !important
}

.mb-2 {
    margin-bottom: 20px !important
}

.mb-3 {
    margin-bottom: 30px !important
}

.banner_1_span {
    font-size: 36px !important
}

.banner_1_sign {
    color: #2D3559 !important
}

.banner_1_stamp {
    color: #124B90 !important
}

.banner_1_deliver {
    color: #2DA6D2 !important
}

.bg-counter {
    background: url(../img/counter.jpg) !important;
}

.dropdown-menu {
    background-color: transparent;
    font: normal 15px/1.8 Raleway, sans-serif;
}

#Carousel-intro .carousel-inner {
    position: absolute !important;
}

.portfolio-wide div {
    margin-bottom: 0px !important
}

.portfolio-item:hover img {
    -webkit-transform: none !important;
    transform: none !important;
}

/* Media Queries */



@media only screen and (min-width:1180px) and (max-width:1280px) {}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : landscape) {
    
    /*    Tab Images (Tab Media Query) */
	
    
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : portrait) {
    
    /*    Tab Images (Tab Media Query) */

}

@media only screen and (min-width:1024px) and (max-width:1366px) {

/*    Tab Images (Tab Media Query) */
    
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    
    /*    Tab Images (Tab Media Query) */
    
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    
    /*    Tab Images (Tab Media Query) */

}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    /*    Phone Images (Phone Media Query) */.
	
	.media {
		display: block !important
	}
    
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
    
    /*    Phone Images (Phone Media Query) */
	.media {
		display: block !important
	}	
    
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    
    /*    Phone Images (Phone Media Query) */
	.media {
		display: block !important
	}	
    
}