/* Custom CSS */ 

/* Main Page CSS */
.header-top-2{
	background: transparent;
}
.logo{
  margin-top: 12px !important;
}
.is-sticky .header-top-2{
	background: #9e1235 !important;
}
.about-content .about-btn .button{
	border: 1px solid #9e1235 !important;
    background: #9e1235 !important;
}
.about-content .about-btn .button:hover{
	background: transparent !important;
    color: #9e1235 !important;
}
.theme-bg, .download-bg, .bg-testimonial, #scrollUp, .screenshot-center-active
 .slick-dots li.slick-active button, .contact-form-area 
 .submit-form .button:hover, .feature-area-inner .single-feature .feature-icon i{
    background: #9e1235 !important;	
}
.screenshot-center-active .slick-dots li button{
	border: 1px solid #9e1235 !important;
}
.footer-content .social-link a:hover{
	background: #9e1235 !important;
    color: #ffffff !important;
    border: 2px solid !important;
}
.form-control:focus, .feature-area-inner .single-feature .feature-icon i::after{
	border-color: #9e1235 !important;
}
.download-buttons .button i{
  color: #fff !important;
}
.single-priceing .table-header h3, .about-content ul li i{
	color: #9e1235 !important;
}
.contact-title h2{
  font-size: 34px !important;
}
.contact-form-area textarea{
  resize: none !important;
}
a:hover{
	color: #9e1235 !important;
}
.single-testimonial .client-image img{
	 border: 5px solid #fff !important;
}
.single-priceing .chose-btn .choose-button{
	background: #9e1235 !important;
	border: 1px solid #9e1235 !important;
}
.single-priceing .chose-btn .choose-button:hover {
    background: #fff !important;
}
.team-5 .team-hover-action::before{
	background: rgb(204, 86, 115) !important;
}
.footer-logo a img{
	max-width: 10%;
}
.img_logo{
	max-width: 50%;
}
.download-buttons .button {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.download-buttons .button:hover{
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #9e1235 !important;
}
.download-buttons .button:hover i{
	color: #9e1235 !important;
}
.social-link span {
    font-size: 18px;
}
.footer-content .social-link a {
    margin: 0 40px !important;
}
.help-content .help-text h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin: 20px 0;
}
.header-top-2 .main-menu ul li a {
    color: #ffffff !important;
}
.is-sticky .main-menu ul li {
    padding: 15px 0 !important;
}
.main-menu ul li {
    padding: 15px 0 !important;
}
.desktop-logo{
  visibility: hidden;
}
header.is-sticky .desktop-logo{
  visibility: visible;
}
.fa-angle-double-up:before {
    content: "\f102";
    color: #fff;
}
#scrollUp{
    box-shadow: rgba(0, 0, 0, .2) 0px 5px 12px;
}
.single-feature.mhight{
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.feature-area-inner .single-feature.mhight .feature-icon{
  margin: 0 0 20px; 
}
.logo .d-md-block img {
    transition: none;
}
.logo .d-md-block{
  transition: none;
}
.contact-address ul li a + a:before {
    content: "|";
    padding: 0 10px;
}
/* Main Page end */
/* Terms and Condition */
.t-and-c .desktop-logo {
    visibility: visible;
}
.t-and-c{
  background-color: #9e1235;
}
#tandc li {
    list-style-type: disc;
    font-size: 18px;
}
#tandc p {
    font-size: 18px;
}
#pandp p{
    font-size: 18px;
}
#pandp li{
    list-style-type: disc;
    font-size: 18px;
}
.terms_and_policy a + a:before {
    content: '|';
    padding: 0 15px;
}
.terms_and_policy {
    margin: 15px 0;
}

/* end terms and condition */

/* Media Query */
@media (min-width: 768px) and (max-width: 991px) {
	.feature-area-inner .single-feature{
		min-height: 205px;
	}
  .img_logo {
    max-width: 40%;
}
.mean-bar{
  display: none;
 }
 .header-top-2 .logo .d-md-block img {
    width: auto;
}
div#main-menu {
    background-color: transparent;
}
.mhight {
    min-height: unset !important;
}
.section-ptb {
    padding: 50px 0 !important;
}
}
@media only screen and (max-width: 767px){
  header.header{
     background-color: #9c1439;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
    background-color: #fff !important;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before,
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after{
    background-color: #fff !important;  
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before,
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after{
  background-color: #fff !important;
}
.single-feature.mhight{
    flex-direction: row;
    align-items: unset;
    text-align: left;
    margin-top: 40px;
}
.feature-area-inner .single-feature.mhight .feature-icon{
  margin: 0 20px 0px 0; 
}
.contact-address ul li a + a:before{
    padding: 0 4px;
}
}
@media only screen and (max-width: 479px){
  .contact-address ul li a + a:before {
  display: none;
}
span.information {
    text-align: center;
}
.footer-logo a img {
    max-width: 35%;
}
#scrollUp{
    bottom: 105px !important;
}
}
/* Media Query End */
/* menu slidindown */
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.is-sticky .inner-header {
	-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
/* CSS Ends