/*
=================================
|***    Table of contents:   ***|
=================================

Main Style file-> assets/css/main.css 

All the SCSS File in SCSS Folder of Assets Folder. You can read the doc file also for better understand.

// BASIC
@import 'basic';

// MIXIN
@import 'variables';

// TYPOGRAPHY
@import 'typography';

// MIX
@import 'mix';

// HELPER
@import 'helper';

// ICON FONTS
@import 'icon';

// ANIMATION
@import 'animation';

// Button 
@import 'btn';

// Colors 
@import 'colors';

// Preloader 
@import 'preloader';

/* ----------------------------------
    Template Section Styles
 ------------------------------------*/

 /* // Menu - Header Section 
 @import 'header';
 
 // Hero Slide - Section 
 @import 'hero';
 
 // Section Title - Heading 
 @import 'section';
 
 // About - Section 
 @import 'about';
 
 // Features - Section 
 @import 'features';
 
 // services - Section 
 @import 'services';
 
 // testimonial - Section 
 @import 'testimonial';
 
 // Portfolio - Cases - Section 
 @import 'project';
 
 // Price Table - Section 
 @import 'price';
 
 // Call To Action - Section 
 @import 'cta';
 
 // Content Block - Section 
 @import 'contentblock';
 
 // team - Section 
 @import 'team';
 
 // funfact - Section 
 @import 'funfact';
 
 // Download - Section 
 @import 'carousel';
 
 // FAQ - Section 
 @import 'faq';
 
 // Blog - Section 
 @import 'blog';
 
 // Contact Us - Section 
 @import 'contact';
 
 // footer - Section 
 @import 'footer';n facts */


 form input[type=search], form input[type=text], form input[type=date], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
    background: #ffffff;
    width: 100%;
    height: 60px;
    padding: 13px 30px;
    border: 1px solid #E5E5E5;
    transition: .5s;
}
.banner-1-section .line-grid-wrap{
	background-color: rgba(0, 0, 0, 0.55);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.para_txt {
    position: relative;
    margin-bottom: 30px;
    color: #fff;
}
.thankyou_page .col-sm-12 .msg-text{
	padding: 40px 0px;
}

.header-upper .logo-box .logo img{
	max-width: 200px;
}
.footer-1-middle .about-widget .logo img{
	max-width: 200px;
}
.custom-contact-form .col-lg-7 .contact_form form .col-sm-6 label{
	display: block;
}
.custom-contact-form .col-lg-7 .contact_form form .col-sm-6 input{
	margin-bottom: 30px;
}
.custom-contact-form .col-lg-7 .contact_form form .col-sm-6 .select_class{
	margin-bottom: 5px;
}
.custom-contact-form .col-lg-7 .contact_form form .col-sm-12 textarea{
	margin-bottom: 25px;
}
.custom-choose-file{
	margin-bottom: 5px;
	display: inline-block;
}
.choose_options .btn-group {
    /* margin-bottom: 10px; */
    flex-wrap: wrap;
}
.choose_options .btn-group .btn {
    gap: 10px;
}
.col-sm-12 .uploaded-files br{
	display: none !important;
}
.col-sm-12 .uploaded-files a{
	margin: 0px 0 0px 0;
    display: inline-block;
    position: relative;
    top: -20px
}
.col-sm-12 .uploaded-files{
	/* margin: 0px 0 -5px 0; */
}

.error {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    display: none;
    text-align: center;
    text-transform: capitalize;
    color:#f01;
    margin-bottom: 5px;
}

#contact-form .row div input{color: black; }

button.send_btn:hover {
    border-color: #232323;
    color: #fff;
    background-color: #232323;
}

button.send_btn {
    border-radius: 0;
    padding: 12.5px 30px;
    font-size: 15px;
    line-height: 15px;
    border: 1px solid;
    background-color: transparent;
    color: #232323;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: center;
}

.single-footer-widget .widget-head img, .logo .header-logo-2 img{
    max-width: 200px;
}

.swiper .swiper-wrapper {
    height: auto;
}