/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/


/* Your custom css codes start here: */

.f-12 {font-size:12px;}

ul.list li:before {
    border: none;
    color: #ed3338;
    content: "\f0a9";
    display: inline-block;
    font-family: fontawesome;
    font-size: 12px;
    margin-right: 10px;
    padding: 0;
}

.nav-tabs>li>a {
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #555555;
    /*padding: 12px 20px;*/
	padding: 10px 10px;
    margin-right: 0;
    background: #f5f5f5;
	font-weight: 600;
}

.nav-tabs {
    border: none;
    margin-bottom: 1px;
}

.nav-tabs>li {
    text-align: center;
    padding-right: 5px;
}

.tab-content {
    padding: 15px;
    border: 1px solid #ed3338;
}

.nav-tabs>li.active a, .nav-tabs>li.active a:hover, .nav-tabs>li.active a:focus {
    color: #ffffff;
    background-color: #ed3338;
}

.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
    color: #ffffff;
    background-color: #ed3338;
}

.captcha_heighti {
    height: 32px;
    margin-right: 10px;
    border-radius: 5px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

.divider .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.width-40 {width:40%;}

.breadcrumb.white li a {
    color: #ffffff;
}

.breadcrumb.white li.active {
    color: #fff;
    font-weight: bold;
}

.menuzord-menu ul.dropdown li.active a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 25px 7px 22px;
    background: #ed3338;
}

.project .project-details {
    /*height: 73px !important;*/
	background: #ed3338;
	
	/*align-items: center;
    display: flex;
    margin: 0px;*/
}
.project .project-details h4 {
	color: #fff !important;
	
	height: 60px !important;
	overflow: hidden;
}
.project .project-details h5 {
	color: #fff !important;
	font-size: 19px !important;
	margin:0px !important;
	height: 50px !important;
	overflow: hidden;
}

.project .project-details h5 a {
	color: #fff !important;
	font-size: 19px !important;
	margin:0px !important;
	height: 50px !important;
	overflow: hidden;
}


.header-nav .header-nav-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
    -webkit-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.25);
}

.social-icons.icon-bordered a:hover {
    background-color: #ed3338;
    color: #fff;
    border-color: #ed3338;
}

.pro-home {
	height: 70px;
    overflow: hidden;
}

.services-list li.active::after {
    color: #fff;
    content: "";
    font-family: "Pe-icon-7-stroke";
    font-size: 32px;
    font-weight: bold;
    left: 10px;
    position: absolute;
    top: 5px;
    font-size: 30px !important;
    line-height: 36px !important;
}
.services-list li.active a {
    border: 1px solid #ed3338;
    color: #fff;
    background-color: #ed3338 !important;
}
.res-banner {
	height: 390px !important;
}

@media only screen and (max-width : 1024px) {
	.res-banner {
		height: 290px !important;
	}
}

@media only screen and (max-width : 1280px) {
	.res-banner {
		height: 370px !important;
	}
}

@media only screen and (min-width : 1366px) {
	.res-banner {
		height: 400px !important;
	}
}

@media only screen and (max-width : 767px) {
	.res-banner {
		height: 120px !important;
	}
}

@media only screen and (min-width : 768px) {
	.align-item-center {
		align-items: center;
		display: flex;
	}
}


