@import url('https://fonts.googleapis.com/css2?family=Lato&family=Pacifico&family=Righteous&family=Roboto+Condensed&family=Ubuntu&display=swap');

html, body{
    height: 100%;
    width: 100%;
    font-family: 'lato', 'pacifico' sans-serif;
    color: black;
}
body{
    padding-top: 60px;
}
.bg-light1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: white;
    z-index: 9;
}
li{
    width: 100px;
    text-align: center;
}
.dropdown:hover>.dropdown-menu{
    display: block;
}
.slideMargin{
    margin-top: 100px;
}
.carousel-inner img{
    margin-top: 40px;
    height: 600px;
    width: 100%;
}
.tallyP{
    height: 200px;
}
.nav-ml-auto{
    margin-left: auto;
}
.nila-flight-arrow i{
    margin-right: 12px;
    color: #3d1fab;
}
.btn-outline-secondary{
    background-color: #3d1fab;
}
.nila-flight-arrow i:hover{
    color: #3d1fab
}
/* Footer */
footer img {
    max-width: 60%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
}
footer img:hover {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.15);
}
/*Added for removing fadded affect imageover*/
footer img {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.15);
}
#footermain{
    background-color: #eef0ef;
}

footer {
    background: #1b1b1b;
    padding: 25px 0;
}
#footer-copy p{
    color: #fff;
}
footer p {
    color: #1b1b1b;
    margin-bottom: 0;
    margin-left: 10px;
}
footer p i {
    color: #ef494d;
}
footer .footer-bottom-menu ul {
    text-align: right;
    margin-bottom: 0;
}
footer .footer-bottom-menu ul li {
    display: inline-block;
    padding-right: 15px;
}
footer .footer-bottom-menu ul li:last-child {
    padding-right: 0;
}
footer .footer-bottom-menu ul li a {
    color: #fff;
}
footer .footer-bottom-menu ul li a:hover {
    color: #ef494d;
}
.nila-footer-midmargin{
    padding-left: 30px;
}
/* Back To top */
footer p#back-top {
    text-align: right;
    margin-bottom: 0;
    position: fixed;
    bottom: 120px;
    right: 50px;
    z-index: 10;
    visibility: hidden;
}
footer p#back-top a {
    background: #323232;
    display: inline-block;
    font-size: 25px;
    height: 35px;
    text-align: center;
    width: 35px;
    padding-top: 3px;
    visibility: hidden;
}
footer p#back-top a i{
	color:#fff;
}
footer p#back-top a:hover {
    background: #EF494D;
    border-color: #EF494D;
}
.footer-nila-dummy{
    margin-top: 20px;
}
.footer-img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.footer-div-stop {
   margin-top: 5px;
}
.fa-ul .li1:before {    
    font-family: 'FontAwesome';
    margin:0 5px 0 0px;
    color: #2a67b2;
    background-color: red;
}
.fa-ul .li2:before {    
    font-family: 'FontAwesome';
    content: '\f0e0';
    margin:0 5px 0 0px;
    color: #2a67b2;
}
.pa-header-pe{
    position: absolute;
    top: 0px;
    right: 0;
    width: 100px;
    background-color: red;
 }
 .fanila{
     position: absolute;
    top: 0px;
    right: 0;
    width: 200px;
 }
 .btn-center{
    align-items: center;
 }
 .color-name1{
    color: #2a67b2;
  }
  .footer-color-name{
    color: #1b1b1b;
  } 
 .color-name{
    color: #2a67b2;
    font-weight: 600;
  }
  .fa-ul .li1:before {    
    font-family: 'FontAwesome';
    margin:0 5px 0 0px;
    color: #2a67b2;
}
.fa-ul .li2:before {    
    font-family: 'FontAwesome';
    margin:0 5px 0 0px;
    color: #2a67b2;
}
ul.contact-list{
    list-style-type: none;
    display: inline-flex;
    
    clear: both;
    text-align: center;
    font-size: 14px;
  }
  .contact-list li{
    margin: 0px 5px;
    color: #03C4EB;
  }
  /*
  media Query
  */
  @media only screen and (max-width: 600px) {
    body{
        padding-top: 150px;
    }
    .nav-ml-auto{
        margin-right: auto;
    }
    .nila-none{
        visibility: hidden;
    }
  }
  @media (min-width: 1024px) {
    .ul.contact-list.fa-ul{
      float: right;
    }
  }
  @media (min-width: 992px) {
    ul.contact-list.fa-ul{
      float: right;
    }
    .social a{
        font-size:3.5em;
        padding:2rem;
    }
  }
  @media (min-width: 768px) {
    ul.contact-list.fa-ul{
      float: right;
    }
  }
  @media (min-width: 576px) {
    ul.contact-list.fa-ul{
      float: right;
    }
  }  
  .nila-nav-bottom{
    position: relative;
    top: 100%;
    transform: translateY(-100%); 
    float: right;
  }


/*
Navbar related
*/
header nav.navbar .navbar-header {
    padding-top: 25px;
	transition:0.3s ease;
}
header .is-sticky nav.navbar .navbar-header {
    padding-top: 15px;
}
header nav.navbar .navbar-header a.navbar-brand {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}
header nav.navbar .navbar-header{
    float: left;
}

.my-4{
    border-top: 1px solid #d5d5d5;
	width:100%;
	margin-bottom:1rem;
}
/*
Newsletter
*/
.newsletter-section{
    color: #37423b;
    font-size: 14px;
    background: #eef0ef;
}
.nila-newsletter {
   font-size: 15px;
   margin-left: 40px;
   margin-bottom: 50px;
}
.nila-newsletter h3{
    font-size: 30px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 10px;
}
.nila-newsletter form{
    margin-top: 30px;
    background: #fff;
    padding:10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #e0e5e2;
    margin-right: 40px;
}
.nila-newsletter form input[type="email"]{
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}
.nila-newsletter form input[type="submit"]:hover {
    background: #3d1fab;
}
.nila-newsletter form input[type="submit"]{
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    padding: 0 20px 2px 20px;
    background: #5fcf80;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
/*
Social media
*/
.social a{
	font-size:2.5em;
	padding:2rem;
}
.fa-facebook{
	color: #3b5998;
}
.fa-twitter{
	color: #00aced;
}
.fa-google-plus-g{
	color: #dd4b39;
}
.fa-instagram{
	color: #517fa4;
}
.fa-youtube{
	color: #bb0000;
}
.fa-facebook:hover,
.fa-twitter:hover,
.fa-google-plus-g:hover,
.fa-instagram:hover,
.fa-youtube:hover{
	color: #d5d5d5;
}
/*
Connect section
*/
.connect-section{
    margin-top: 50px;
    margin-bottom: 50px;
}
/*
TallyExperiance
*/
.nila-experiance{
    margin-bottom: 80px;
}
.expicon i{
	font-size:3.5em;
    padding:2rem;
    color: #5fcf80;
}
.fa-facebook:hover,
.fa-twitter:hover,
.fa-google-plus-g:hover,
.fa-instagram:hover,
.fa-youtube:hover{
	color: #d5d5d5;
}

.counts {
    padding: 30px 0;
  }
  
  .expicon span {
    font-size: 25px;
    display: block;
    color: #5fcf80;
    font-weight: 700;
  }
  
  .Exp-label {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #37423b;
    margin-top: 20px;
  }
/*
Client
*/
.nila-ourclient{
    margin-bottom: 80px;
}
.section-bg {
    background-color: #f8f9fa;
    padding: 60px 0;
    margin-bottom: 40px;
}
.clients {
    padding: 15px 0;
    text-align: center;
  }
  
  .clients img {
    max-width: 60%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
  }
  
  .clients img:hover {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.15);
  }
  /*Added for removing fadded*/
  .clients img {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.15);
  }
  
  @media (max-width: 768px) {
    .clients img {
      max-width: 40%;
    }
  }

.clients button:hover {
    background: #3d1fab;
}

.clients button{
    background: #5fcf80;
    color: #fff;
    padding: 0 20px 2px 20px;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: -1px;
    right: -1px;
    bottom: -1px;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*
About - main 
*/
.nila-aboutus{
    padding-top: 50px;
    padding-bottom: 250px;
    background-image: url(../img/TallyCut.jpg);
    background-size: cover;   
}
ul.list-unstyled.breadcrumb-n li{
    font-size:12px;
    text-align: right;
}