/*
Theme Name: Twenty Ninteen Child
Theme URL: https://atiqr.com
Description: Twenty Ninteen Child Theme
Author: Atiqur Rahman
Author URL: https://atiqr.com
Template: twentynineteen
Version: 1.0.0
Text Domain: twentynineteen-child
*/

/*	Embed font	*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600&display=swap');





/*	common	*/
body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #010101;
}
.elementor-widget-text-editor {
	color: #010101;
}






/*	top header	*/
.top-header .elementor-widget-text-editor {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600 !important;
    font-size: 14px !important;
}
.top-header .elementor-widget-text-editor i {
    margin-right: 5px;
}
.top-header .elementor-column-wrap {
    padding: 2px 0 !important;
}







/*	Header	*/
ul#menu-primary-menu {
	text-align: right;
	margin: 40px 0 0;
}
ul#menu-primary-menu li {
    list-style: none;
    display: inline-block;
}
ul#menu-primary-menu li + li {
    margin-left: 10px;
}
ul#menu-primary-menu li a {
	color: #010101;
    display: block;
    line-height: 30px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 600;
}
ul#menu-primary-menu li.current_page_item a, 
ul#menu-primary-menu li:hover a {
    border-bottom: 4px solid #017dff;
    background: rgba(1, 124, 255, 0.1);
}








/*	home	*/
#home-slider .swiper-slide {
    position: relative;
}
#home-slider figcaption.elementor-image-carousel-caption {
	font-family: 'Source Sans Pro', sans-serif;
    position: absolute;
    z-index: 10;
    bottom: 50px;
    left: 50px;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px 30px;
    max-width: 500px;
    text-align: left !important;
    color: #fff;
    border-left: 5px solid #017dff;
}
#home-service-header h2.elementor-heading-title::before {
    display: none;
}
.home-service-content .elementor-icon-box-description {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600 !important;
}






/*   about   */
.banner-header h2.elementor-heading-title::before {
    display: none;
}
.banner-header h2.elementor-heading-title {
    display: inline-block;
    background: rgba(255, 255, 255, 0.75);
    padding: 10px 30px;
    border-left: 5px solid #017dff;
    color: #010101 !important;
}
.about-page-list-item h3.eael-feature-list-title {
    display: none;
}







/*   Contact Us   */
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"] {
    height: 40px;
    width: 100%;
}
.wpcf7 textarea {
    width: 100%;
    height: 120px;
}
.wpcf7 label {
    font-size: 16px;
    display: block;
}
.wpcf7 .wpcf7-submit {
    background: #017dff;
    font-size: 16px;
    padding: 10px 40px;
}






/*	Footer	*/
.footer-area a {
	color: #fff;
}