/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.33
*/

@import url("../unicon/style.css");

@font-face {
	font-family: "Source Sans";
	src: url("/wp-content/themes/unicon-child/SourceSansPro-Regular.ttf");
	font-display: swap;
}

.home-page-hero {
	height: 500px;
}

body {
	font-family: 'Source Sans', Arial, sans-serif !important;
	font-size: 18px !important;
	color: #000 !important;
}

h1 {
	font-family: 'Source Sans', Arial, sans-serif !important;
	font-size: 1.5em !important;
	color: #d2252b !important;
}

h2,h3 {
	font-family: 'Source Sans', Arial, sans-serif !important;
	font-size: 1em !important;
	font-weight: bold !important;
	color: #00000;
}

h3 {
	color: #d2252b;
}

.dual-heading strong{
    color: #d2252b;
}

.dual-heading em{
	font-weight: bold;
	color: #000000;
}

.sub-page-heading {
	margin-top: -20px;
	color: #000 !important;
	padding-bottom: 40px;
}

.sub-page-heading:after {
    content: ""; 
    display: block; 
    /* margin: 0 auto; to center */
    width: 100px; 
    padding-top: 20px; 
	border-bottom: #d2252b 6px solid !important;
}


/*h3 {
	font: 700 24px Source Sans Pro, Arial, Helvetica, sans-serif;
	color: 
}*/

.form-button {
	text-align: center;
}

.nf-form-fields-required {
	text-align: center !important;
}

.button {
	background: #d2252b !important;
}

.main-button button, .form-button input[type="button"] {
    border: 1px solid #d2252b !important;
    background: #d2252b !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
    font-size: 18px !important;
}

.form-button input[type="button"] {
	padding: 5px !important;
}

.main-button button:hover, .form-button input[type="button"]:hover {
	background: #fff !important;
	border: 1px solid #d2252b !important;
	color: #d2252b !important;
}

.counter-title {
	font: 700 16px Source Sans Pro, Arial, Helvetica, sans-serif !important;
}

.middle-center{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.image-border-upper{
    border-top: 10px solid #d2252b;
}

.heading-underline h2:after{
    display: block;
    content: "";
    height: 10px;
    width: 120px;
    margin: 7px auto 20px;
    position: relative;
    background: #d2252b;
}
.expectation-con{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.expectation-tag{
    float: left;
    padding: 0px 20px;
    color: #d2252b !important;
    margin: 0px 0px;
}
.quote-left{
    font-size: 60px !important;
    float: left;
    color: #d2252b;
}
.tfree-client-testimonial, .tfree-client-name, .tfree-client-designation{
    text-align: initial !important;
}
.slick-track{
    width: 100% !important;
}
#sp-testimonial-free-wrapper-33 .sp-testimonial-free-section{
    padding: 0 0px !important;
}

.tfree-client-name{
    font-size: 25px !important;
    font-weight: 400 !important;
}

.tfree-client-designation{
    color: #d2252b !important;
}



a.web-btn, input[type="button"] {
    font-family: 'Source Sans Pro', Arial, sans-serif !important;
    margin: auto !important;
    display: block !important;
    width: 100px !important;
}

input[type="button"] {
	font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
    color: #fff;
    border: 0px;
    width: 100px !important;
    height: 40px !important;
}

.divider5 {
    width: 100px !important;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}

#footer .widget ul li:after {
    content: none !important;
}

#footer .widget ul li {
    border-bottom: none !important;
    line-height: 21px !important;
}

a i.fa {
    color: #fff;
    font-weight: 900 !important;
}
#logo a{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
#topbar a {
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
	margin-right: 18px;
}

#topbar a:hover {
    color: #595959;
}

#footer .widget h3{
    font-size: 20px !important;
    font-weight: 600 !important;
}

#mobile-navigation ul li a{
   color: #fff !important;
   border-bottom: 0px !important;
}


a i.fa {
	color: #fff !important;
}

.maps-align{
    position: relative;
    text-align: center;
}

.maps-align img, .maps-align a {
    float: none !important;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 20px !important;
}

.owl-theme .owl-controls .owl-nav .owl-next {
    right: 20px !important;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    top: 55%;
    margin-top: -70px;
    background: #d8d8d8;
    padding: 10px;
}
.footer-icon{
    padding: 0px 20px;
}
.social-column{
    float: right;
}
.fixed-footer{
    display: none;
}

/*Phone*/
@media (max-width: 360px){

	.social-column {
        float: none;
    }
    .fixed-footer{
        display: block;
    }
    .fixed-footer{
        position: fixed !important;
        top: auto;
        bottom: 0;
        width: 100%;
        z-index: 100;
        padding: 10px 0px;
    }

    .fixed-footer-box{
        width: 100%;
    }
    .sticky-half{
        width: 50%;
        float: left;
        text-align: center;
    }
    .sticky-half i{
        padding: 0px 10px;
    }
    .sticky-half a{
        color: #fff;
    }
}

@media (max-width: 600px) and (min-width: 361px) {

	#nav_menu-2 {
		display: none;
	}

    .social-column {
        float: none;
    }
    .fixed-footer{
        display: block;
    }
    .fixed-footer{
        position: fixed !important;
        top: auto;
        bottom: 0;
        width: 100%;
        z-index: 100;
        padding: 10px 0px;
		background: #d2252b;
		color: #fff;
    }
    .fixed-footer-box{
        width: 100%;
    }
    .sticky-half{
        width: 50%;
        float: left;
        text-align: center;
    }
    .sticky-half i{
        padding: 0px 10px;
    }

    .sticky-half a{
        color: #fff;
    }
}
/*Tablet Portrait*/
@media (max-width: 900px) and (min-width: 600px) {

}
/*Tablet Landsscape*/
@media (max-width: 1200px) and (min-width: 900px) {
	
}
/*laptop*/
@media (max-width: 1600px) and (min-width: 1200px) {
 
}

/*Desktop*/
@media (max-width: 1800px) and (min-width: 1600px) {

}

/*Desktop - Large*/
@media (max-width: 2000px) and (min-width: 1900px) {

}