p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
a {
	text-decoration: none;
}

body {
	font-family: "Poppins", sans-serif;
}
.menu-item .navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
  right: -15px;
}
.menu-item .navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.menu-item .navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.menu-item .navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.menu-item .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.menu-item .navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.menu-item .navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.menu-item .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.menu-item .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.menu-item .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}
.navbar-toggler:focus {box-shadow: none;}

.brand-item {
    display: flex;
    justify-content: space-between;
    background: #680000;
    padding: 0px 20px;
    align-items: center;
}
.brand-item>a>img {
    width: 50%;
}
.serch-item {
    display: flex;
    align-items: center;
}
.serch-item input {
    margin-right: 20px;
    background: transparent;
    border-radius: 47px;
    color: #fff;
    width: 250px;
}
.serch-item input::placeholder {
    color: #fff;
    opacity: 0.3;
    font-size: 14px;
}
.menu-item {
	background: #FFEE00;
	padding: 0px 18px;
}
.menu-item .navbar-nav {
	align-items: center;
}
.menu-item .navbar-nav li a {
	color: #000;
}
.menu-item .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0px;
}
.marqee-tab {
	background: #FFEE00;
	margin-bottom: 0px;
	font-weight: 600;
	padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}
.app-title {
	position: relative;
	text-align: center;
	margin-top: 30px;
    margin-bottom: 35px;

}
.app-title h1 {
	    font-size: 38px;
    font-weight: 700;
    color: #B81B27;
    background: #fff;
    background: #fff;
    padding: 0px 15px;
    display: inline-block;
}
.app-title:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 3px;
	background: #B81B27;
	transform: translateY(-50%);
	z-index: -1;
}
.dow-btn {
  position: relative;
}
.holy-imgTb img {
	width: 80%;
}
.holy-imgTb {
	text-align: center;
}
.holy-imgTb h3 {
	font-size: 25px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.holy-imgTb p {
	font-size: 15px;
	color: #009B00;
}
/*.holy-imgTb {
  width: 84%;
    margin: 0 auto;
    padding: 34px 0px;
    border-image: linear-gradient(#B81B27, #FFEE00) 30;
    border-width: 3px;
    border-style: solid;  
}*/
.holy-imgTb {
  position: relative;
  border: 4px solid transparent;
  background: #fff;
  background-clip: padding-box;
  border-radius: 30px;
  width: 80%;
  height: 340px;
  padding: 2.4rem 2rem;
  margin: 0 auto;
  display: table;
}

.holy-imgTb::after {
  content: '';
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  background: linear-gradient(to bottom right, #B81B27, #FFEE00);
  z-index: -1;
  border-radius: 30px;
}
.dow-btn a {
    padding: 9px 35px 10px 35px;
    background: linear-gradient(#C7000F, #8D000B);
    border-radius: 40px;
    color: #fff;
    margin: 0 auto;
    display: table;
    margin-top: -25px;
}
.dow-btn a:hover {
    background: linear-gradient(#8D000B, #C7000F);
    transition: 0.5s;
}
.app-dt {
  display: flex;
  box-shadow: 0px 4px 40px 0px #0000002b;
    border-radius: 30px;
    padding: 25px 20px;

}
.apps-title h3 {
  font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
.apps-title {
  padding-left: 20px;
}
.dow-dateil {
  margin-bottom: 15px;
}
.dow-dateil span:first-child {
  background: yellow;
    border-radius: 5px;
    padding: 5px 7px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px;

}
.dow-dateil span:first-child img {
  margin-right: 5px;
}
.dow-dateil span:nth-child(2) {
    color:#21007D;  
    font-size: 14px;
    font-weight: 600;
}
.apps-title p {
  font-size: 14px;
  font-weight: 600; 
}
.apps-title a {
  padding: 9px 35px 10px 35px;
    background: linear-gradient(#C7000F, #8D000B);
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    margin-top: 10px 
}
.apps-title a:hover {
  background: linear-gradient(#8D000B, #C7000F);
  transition: .3s;
}
.app-dt h2 {
  color: #C9C9C9;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.mt {
  margin:50px 0px;
}
.ftp-wrap{
  background: linear-gradient(#A50101, #5E0101);
  padding:45px 0px 0px 0px;
}
.best-tab {
  margin-bottom: 70px; 
}
.ftp-logo {
  position: relative;
  text-align: center;
  z-index: 2;
}
.ftp-logo:after {
  content: "";
  position: absolute;
  top: 32px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #ffffff82;
  z-index: -1;
}
.ftp-logo img {
  width: 25%;
  background: linear-gradient(#9a0101, #930101);
    padding: 0px 20px;
}
.link-quik {
  margin: 30px 0px;
}
.link-quik h2 {
  font-size: 20px;
    color: #FFEE00;
    text-align: center;
    margin-bottom: 10px;
}
.link-quik ul{
      display: flex;
    justify-content: center;

}
.link-quik ul li a {
  margin-right: 20px;
    color: #fff;
    font-size: 16px;
}
.social-tab li a>img {
  width: 18px;
    margin-right: 5px;
    margin-top: -2px;
}
.copy-text {
    background: linear-gradient(#A50101, #5E0101);
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.serch-item a img  {
  width:28px;
}
.menu-item .navbar-collapse.collapse {
  display: inline !important; 
}
.menu-item .navbar-nav {
  display: flex;
  justify-content: space-around;
}
.menu-item .navbar-nav li {
  position: relative;
}
.menu-item .navbar-nav li:after {
  content: "";
  position: absolute;
  top: 5px;
  right: -85px;
  width: 1%;
  height: 20px;
  background: #000;

}
.menu-item .navbar-nav li:last-child:after {
  display: none;

}
.about-wrap {
  margin: 40px 0px;
}
.about-title h2 {
  position: relative;
  font-size: 24px;
  color: #680000;
  font-weight: 500;
  padding-left: 40px;
}
.about-title h2:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 30px;
  height: 4px;
  background:linear-gradient(to bottom right, #B81B27, #FFEE00);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; 
}
.about-title p{
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}
.about-title p span {
  font-weight: bold;
  color:#680000; 
}
.about-title p img {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
}
.about-title.ab-img h3 {
  text-align: center;
  margin-bottom: 15px;
}
.bullet-list {
  padding-left: 32px;
  margin-top: 13px;
}
.bullet-list li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 5px;
}
.bullet-list li img {
  position: absolute;
  top: 2px;
  left: 0px;
  width: 20px;
}
.btn-tab img {
  width: 30%;
    margin: 26px auto;
    display: table;
    margin-top: 20px;
}