body{
	font-family: 'Outfit', sans-serif;
}
h1, h2. h3, h4, h5{font-family: 'Oswald', sans-serif;}
img{max-width: 100%;}
ul {
	padding: 0;
	margin: 0;
}

.align{
	align-items: center;
}
.top-part {
    background: url(../images/header-bg.webp) #430303; 
}
.list-number li {
    list-style: none;
    display: inline-block;
    padding-right: 15px;
}
.list-number li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
.list-number li a img {
    margin-right: 5px;
    width: 23px;
    margin-top: -2px;
}
.list-number li a i {
    margin-right: 5px;
    font-size: 19px;
    position: relative;
    top: 2px;
    color: #fdcd99;
}
.conract-title {
    background: #fdd19d;
    padding: 12px 0;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin: 0;
}
.marquee-part {
    color: #fff;
    font-size: 16px;
    margin-top: 8px;
}
.header-nav {
    background: url(../images/bg-white.jpg) #fff;
    padding: 6px 0;
}
/*.right-box h4 {
    color: #430303;
    text-align: center;
    font-size: 28px;
    background: #fdd19d7a;
    margin-top: 5px;
    padding: 10px 4px;
}*/
.right-box h4 {
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    background: #c90a04;
    margin-top: 5px;
    padding: 10px 4px;
}
.top-icons {
    text-align: center;
    margin-top: 17px !important;
    margin-bottom: 7px;
}
.top-icons li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    border-right: solid 1px #43030399;
    padding: 0 2%;
}
.top-icons li:last-child {
    border: none;
}
ul.insta {
    text-align: right;
}

ul.insta li {
    margin-top: 5px;
}
ul.insta li a {
    color: #fdd19d;
    font-size: 23px;
}
.list-colums {
    background: #fff5e9;
    border-bottom: 1px solid #f3ae5e;
    border-top: 1px solid #f3ae5e;
}
.list-colums p {
    color: #940a0a;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    margin: 5px 0 -5px 0;
}
.card-icon-top {
    border-right: 1px solid #f3ae5e;
    padding: 5px 0;
    text-align: center;
}
.list-colums span {
    font-size: 11px;
    font-weight: 500;
}
.list-colums .col-lg-1 {
    padding: 0 4px;
}
.container-fluid {
    max-width: 1365px;
}
.card-icon-top img {
    animation: zoom-in-zoom-out 2s ease-out infinite;
    width: 28px;
    margin-top: 7px;
    margin-bottom: 5px;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.mar-red {
        background: url(../images/header-bg.webp) #030504;
    color: #fff;
    font-size: 18px;
    padding-top: 4px;
}

/**/
.round-title {
    font-size: 22px;
    color: #cf0a09;
    font-weight: 600;
}
.abou h1 {
    color: #430303;
    font-size: 40px;
    font-weight: 700;
}
.s-color {
    color: #cf0a09;
}
.left-line {
    border-left: solid 2px #cf0a09;
    box-shadow: 2px 5px 6px #e7e7e7;
    padding: 15px;
    background: #fee9d0;
}
p {
    font-size: 16px;
    color: #212121;
}
.btn-a {
    color: #fff;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.42) 0px 6px 7px 0px;
    text-decoration: none;
    padding: 14px 25px;
    transition: 0.6s;
    display: block;
    width: fit-content;
    background-image: linear-gradient(to right, #cf0a09, #430303);
    font-weight: 600;
}
.btn-a:hover {
    color: #fff;
    background-image: linear-gradient(to right, #430303, #cf0a09);
}

.about-part {
    background: url(../images/bg-white.jpg) #fff;
    padding: 60px 0;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.tab-sp {
    margin-top: 20px;
}


.yellow-text {
    margin: 0;
    color: #fee9d0;
    font-size: 22px;
}
.white-text {
    color: #fff;
}
.servicesCard {
    text-align: center;
    background: linear-gradient(0deg, #ffffff, #fff3ba);
    border: 1px solid #ffd401;
    padding: 20px 13px;
    border-radius: 12px;
    margin-bottom: 25px;
    padding-top: 0;
}
.servicesCard img {
    padding: 0px;
    border-radius: 0 0 200px 200px;
    border: 6px solid #430303;
    text-align: center;
    border-top: 0;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
.servicesCard h4 {
    font-size: 25px;
    padding: 0;
    color: #c90a04;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-link {
    padding: 15px 25px;
    color: #300520;
    text-decoration: none;
    font-weight: 600;
    border-radius: 100px;
    display: block;
    width: fit-content;
}

.btn-link {
    padding: 15px 25px;
    color: #300520;
    text-decoration: none;
    font-weight: 600;
    border-radius: 100px;
    display: block;
    width: fit-content;
}

.yellow-back {
   background-image: linear-gradient(to right, #cf0a09, #430303);
   color: #fff;
}
.btn-link:hover {
    color: #fff;
    background-image: linear-gradient(to right, #430303, #cf0a09);
}
ul {
    margin: 0;
    padding: 0;
}
.call-part ul li {
    position: fixed;
    z-index: 999;
    right: -166px;
    width: 220px;
    list-style: none;
    transition: 1.7s;
    bottom: 60px;
}
.call-part ul li a {
    background: #09360b;
    padding: 0 0 6px 0;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border: solid 1px #88888852;
}
.call-part ul li.whats i {
    background: #186b1d;
}
.call-part ul li:hover {
    right: 0;
}
.call-part ul li a i {
    width: 45px;
    height: 50px;
    background: #c90a04;
    padding: 12px 11px;
    font-size: 25px;
    margin-top: 5px;
    margin-left: 5px;
}
.call-part ul li.whats {
    margin-top: 79px;
}
.call-part ul li.whats {
    bottom: 13x 0px;
}

.back-img {
    background-image: url(../images/bg-black.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.whats-part {
     background: url(../images/bg-white.jpg) #fff;
    padding: 60px 0;
}
.whats-part h3 {
    text-align: center;
    font-size: 40px;
    margin: 0 0 20px 0;
    padding: 0;
    color: #c90a04;
    font-weight: 700;
}
.banner4 {
    border: solid 2px #ffffff;
    box-shadow: 0 6px 13px 3px #cccccc;
}
.whats-part .w-rev {
    padding: 10px;
}
img.ft-ban {
    border: solid 2px #fed67285;
    margin-bottom: 20px;
}
.footer-banners {
    padding: 40px 0;
}

/*Start List-Banner*/
.list-ban {
    margin: 0;
    padding: 60px 0;
    background: #f9fded;
}

.ch-list {
    margin: 0;
    padding: 15px;
    background: #fee9d0;
}

.ch-list p {
    margin: 0;
    font-weight: 600;
    text-align: center;
    padding: 0;
    font-size: 23px;
    color: #000000;
}

.ch-list.m {
    background: #ffea01;
}

.ch-list h3 {
    margin: 0;
    font-size: 25px;
    padding: 0;
    text-align: center;
    font-weight: 700;
}
ul.ch-list-line {
    list-style: none;
    margin: 0;
    padding: 18px;
    background: #fff;
}
ul.ch-list-line li {
    text-align: left;
    color: #300520;
    font-weight: 600;
    border-bottom: dashed 1px #c90a04;
    padding: 10px 0;
}
ul.ch-list-line li a{
    text-align: left;
    color: #300520;
    font-weight: 600;  
    text-decoration: none;
}
ul.ch-list-line li a:hover {
    color: #c90a04;
}
ul.ch-list-line li i {
    padding: 4px 5px;
    background: #c90a04;
    font-size: 15px;
    margin-right: 5px;
    color: #fff;
    border-radius: 50px;
}

.pages-banner {
    text-align: center;
    background: #430303;
    padding: 60px 0;
    color: #fff;
}

ul.pri-list {
    margin: 0;
    padding: 0;
}

ul.pri-list li {
    list-style: none;
    padding: 0 0 10px 0;
}

ul.pri-list li i {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #fb4;
}
.call-part ul li.insta {
    bottom: 0;
}
.call-part ul li.insta i {
    background-image: linear-gradient(red, #ffda77);
}

.video-re {
    margin-bottom: 10px;
}
.ftr-sec {
    background: #09360b;
    text-align: center;
    display: block;
    padding: 35px 0 25px 0;
}
.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    border-top: 1px solid #ffea00;
    padding: 10px 0;
}

.white-text {
    color: #fff;
}
.ftr-sec p {
    color: #fff;
}


ul.policy {
    margin: 0 0 20px 0;
    padding: 0;
}
ul.policy li {
    list-style: none;
    display: inline-block;
    margin: 0 10px 0 0;
}
ul.policy li a {
    color: #000;
    background-image: linear-gradient(#ffd97f, #f9cd49);
    padding: 5px 5px;
    text-decoration: none;
}
.ftr-sec {
    text-align: center;
    display: block;
    padding: 35px 0 25px 0;
    background: url(../images/header-bg.webp) #030504;
}


/**/
.whyus {
   background: url(../images/bg-white.jpg) #fff;
    padding: 60px 0;
}
.best-sub2 {
    text-align: center;
    font-size: 20px;
    color: #000;
}
 
.f-42 {
       text-align: center;
    font-size: 40px;
    margin: 0 0 20px 0;
    padding: 0;
    color: #c90a04;
    font-weight: 700;
}
.best-img22 {
    text-align: center;
    float: left;
    width: 100%;
    padding: 30px 25px 60px;
    background: #440404;
    border-radius: 10px;
}
.testimonials-4 {
    text-align: center;
    padding: 0px 0 0 0;
    margin: -50px 0 0 0;
    float: left;
    width: 100%;
}
.best-img22 p {
    color: #fff;
    margin: 0;
}
.testimonials-4 img {
    border-radius: 50%;
    width: 80px;
    border: 4px solid #fee9d0;
}
.testimonials-4 p {
    color: #000;
    text-transform: capitalize;
    margin: 0;
    padding: 5px 0 5px;
    font-weight: 600;
    font-size: 18px;
}

@media(max-width:991px){
 .card-icon-top { 
    border-bottom: 0.5px solid #f3ae5e;
}
.list-number {
    text-align: center;
    margin: 0 0 6px 0;
}
.conract-title { 
    font-size: 18px; 
    margin: 6px 0 0 0;
}
 .top-part {
    padding: 10px 0 5px 0;
}
.abou h1 { 
    font-size: 30px; 
}

.about-part { 
    padding: 40px 0;
}



}

@media (max-width: 767px){
 .right-box h4 {
    font-size: 15px;
    margin-top: 5px;
    margin-top: 10px;
}
.m-none{display: none !important;}
.top-icons li {
    width: 32%;
}
.whats-part h3 { 
    font-size: 28px; 
}
.whats-part img.w-rev {
    margin: 11px 0;
}
ul.policy li {
    margin: 10px 2px;
}
ul.policy li a { 
    background-image: linear-gradient(#ffd97f, #f9cd49);
    padding: 8px 14px;
}
.list-ban { 
    padding: 31px 0; 
}
.whyus { 
    padding: 30px 0;
}
.whats-part { 
    padding: 30px 0;
}
.ch-list.m {
    margin: 15px 0;
}
.best-sub2 { 
    font-size: 18px; 
}
.f-42 { 
    font-size: 29px;
    margin: 8px 0 20px 0; 
}
.best-img22 {
    margin-top: 15px;
}


}


@media(max-width:360px){
  .right-box h4 {
    font-size: 13px; 
}
.list-number li a { 
    font-size: 13px;
}
.list-number li a img { 
    width: 19px; 
}



}

