/*
	Theme Name: MyTheme
	Author: Avi Patil
	Author URI: https://avipatil.in
	Description: This theme for general events and projects page. this custom theme including custom plugins, custom posts, custom fields, ajax filter, navigation, breadcrumb, image gallery, and dynamic slider etc
	Version: 1.0.1
*/

.header-area .main-nav .nav li a.active{
    color:red!important;
	text-decoration:none;
}

input,select{padding: 8px; line-height: 1.2em; display:inline-flex!important;overflow:hidden;}

.fade-in {
  
	animation: fadeIn 5s;
	-webkit-animation: fadeIn 5s;
	-moz-animation: fadeIn 5s;
	-o-animation: fadeIn 5s;
	-ms-animation: fadeIn 5s;
  }
  
  @keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
  
  @-moz-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
  
  @-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
  
  @-o-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
  
  @-ms-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }


  /**single project css***/
  
  
  
  
  
  
  
  
  
  
  
  
html,body{margin: 0; padding: 0;}

h1,h2{font-family: DM Serif Display;
   
    font-weight: 400;
    line-height: 46px;
    text-align: left;
       font-weight: 400; color: #EF9118;}
.dm-font{font-family: DM Serif Display;}
.poppins-font{ font-family: "Poppins", sans-serif;}
h1{font-size: 46px; line-height: 1.3;}
.btn, p,h3,h4,h5,h6{
    font-family: "Poppins", sans-serif;
   
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    }
h3{font-size: 1.3rem; font-weight: bold;}
h4{font-size: 1.2rem; font-weight: bold; line-height: 1.4;}

p{color: #202020; font-size: 1rem;}


.btn-warning{background:#E4561B ; color: white;}
.btn-outline-warning{border:1px solid #E4561B; color: black;}

#footer-menu1 ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  
  #footer-menu1  li {
    float: left;
  }
  
  #footer-menu1 li a {
    font-size: 22px;
    display: block;
    padding: 8px 25px;
    text-decoration: none;
    color: #fff;
  }
