body{    font-family: 'Poppins', sans-serif;}
h1, h2, h3 {font-family: 'Lobster', cursive;}
.zoom-in-out-box {
    animation: zoom-in-zoom-out 2s ease infinite; 
} 
img{max-width: 100%;}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.top-header {
    background: #89020c;
    text-align: center;
    padding: 6px 0;
}
.top-header p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600; 
}
.marquee-part {
    background: #fabd26;
    color: #101010;
    font-weight: 600;
    font-size: 16px;
    padding: 6px 0 0 0;
}
.marquee-part i {
    color: #b60202;
    font-size: 20px;
}
.header-part {
    padding-top: 8px;
}

.zoom-part {
    background: #070707;
    padding: 10px 0;
    text-align: center;
}
 .zoom-part p {
    color: #fff;
    font-size: 17px;
        margin: 0;
}
.zoom-part h1 {
    color: #fff;
    font-size: 30px;
}
.zoom-part h1 a {
    color: #fabd26;
    font-family: 'Poppins';
    text-decoration: none;
    font-weight: bolder;
}

ul#call {
    position: fixed;
    z-index: 9999;
    padding: 0;
    width: 100%;
    bottom: 10px;
    display: flex;
    bottom: 0;
    margin: 0;
}
ul#call li {
    list-style: none;
    text-align: center;
}
ul#call a {
    color: #fff;
}
ul#call img {
    width: 40px;
}
ul#call li {
    list-style: none;
    text-align: center;
    width: 50%;
}
li.mobile-chats {
    background: #1f1e24 !important;
}
li.call-mobile {
    background: #c90600;
}

.about-part {
    padding: 5% 0;
    background-image: url(../images/round-bg.png);
    background-size: cover;
    background-attachment: fixed;
}
.about-part h2 {
    font-size: 30px;
    color: #000;
    text-align: center;
}
.about-part h3 {
    font-size: 35px;
    color: #ce0000;
    text-align: center;
    margin-bottom: 35px;
} 
.about-part p {
    font-size: 15px;
    line-height: 1.5;
}
.services-box:hover {
    background: #febc21;
}
.services-part {
    padding: 5% 0;
    text-align: center;
    background-image: url(../images/round-bg2.png);
    background-size: cover;
    background-attachment: fixed;
    transition: 0.6s;
}
.services-box img {
    margin-bottom: 15px;
}
.services-part h2 {
font-size: 30px;
    color: #fff; 
}
.services-part h3 {
    color: #ffc53f;
    font-size: 35px;
    margin-bottom: 35px;
}
.services-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}
.services-box h4 {
    font-size: 25px;
    font-weight: 600;
    color: #ce0000;
    transition: 0.6s;
}
.services-box p {
    font-size: 15px; 
    color: #222;
}
.services-box p a {
    text-decoration: none;
    color: #fff;
    background: #ce0000;
    padding: 10px 20px;
    border-radius: 40px;
    transition: 0.6s;
}
.services-box:hover p a {
    background: #000;
}
.services-box:hover h4 {
    color:#000;
}
.other-services{
	padding: 5% 0;
    text-align: center;
    background-image: url(../images/round-bg.png);
    background-size: cover;
    background-attachment: fixed;
}



.other-services h2 {
    font-size: 30px;
    color: #e50303;
}
.other-services h3 {
    font-size: 35px;
    color: #000;
        margin-bottom: 30px;
}
.pricingTable {
    color: #fff;
    background: linear-gradient(to bottom, #e90303, #950505);
    font-family: 'Mukta', sans-serif;
    text-align: center;
    padding: 10px 10px 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    overflow: hidden;
    position: relative;
}
 
.pricingTable:after{
    content: "";
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #692a92;
    box-shadow: 0 0 1px 8px #fff;
    position: absolute;
    top: 100px;
    right: 20px;
}
.pricingTable:after{
    width: 20px;
    height: 20px;
    box-shadow: 0 0 1px 4px #fff;
    top: 35px;
    right: 50px;
}
  
.pricingTable .pricing-content {
    border: 2px solid #fff;
    padding: 23px 10px 23px;
    margin: 0 20px;
}
.pricingTable .title {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 15px 0;
}
.pricingTable .pricing-content ul{
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content ul li{
    font-size: 17px; 
    letter-spacing: 1px;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 7px;
    left: 0;
}
.pricingTable .pricingTable-signup a {
    background: #fff;
    font-size: 16px;
    color: #000 !important;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 80%;
    padding: 10px 5px;
    display: block;
    margin: 15px auto 0;
    text-decoration: none;
    transition: all 0.3s ease 0s;
        border-radius: 100px;
}
.pricingTable:hover .pricingTable-signup a { 
    color: #fff !important;
    background: linear-gradient(to bottom, #333, #0e0e0e);
}
.pricingTable.blue {
    background: linear-gradient(to bottom, #ffa602, #f87224);
}
.pricingTable.blue:before,
.pricingTable.blue:after,
 
.pricingTable.blue .pricingTable-signup a{ color: #253e81; }
.pricingTable.red{ background: linear-gradient(to bottom, #333, #000000); }
.pricingTable.red:before,
.pricingTable.red:after,
 
.pricingTable.red .pricingTable-signup a{ color: #cc1438; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 40px; }
}

.form-part{
    background-image: url(../images/round-bg.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 5% 0;
}
.form-data {
    background: linear-gradient(to bottom, #333, #000000);
    padding: 25px;
    border-radius: 10px;
}
.form-data .contact-part {
    border: dashed 2px #ffc53f;
    padding: 20px;
}
.form-data span {
    color: #ffc53f;
    font-size: 35px;
    font-family: 'Lobster', cursive;
}
.form-data label {
    color: #fff;
}
.form-texxx {
    margin-bottom: 20px;
}
.form-data .submit {
    background: #e50303;
    color: #fff;
    padding: 14px 16px;
}


.why-choose h4 {
    font-size: 35px;
    color: #e50303;
    font-family: 'Lobster', cursive;
    margin-bottom: 30px;
}
ul.list-choose {
    padding: 0;
    margin: 0;
}
ul.list-choose li {
    list-style: none;
    font-size: 18px;
    padding-bottom: 22px;
}
ul.list-choose li i {
    background: #e50303;
    padding: 12px 0;
    font-size: 30px;
    color: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 100px;
    margin-right: 10px;
}


.testimonial-part h2 {
    font-size: 30px;
    color: #fff;
}
.testimonial-part h3 {
    color: #ffc53f;
    font-size: 35px;
    margin-bottom: 35px;
}
.testimonial-part {
    background-image: url(../images/round-bg2.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 5% 0;
}
 
.testimonial .description {
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    text-indent: 30px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -15px;
}
.testimonial .title {
    font-size: 24px;
    font-weight: bold;
    color: #ffc53f;
    text-transform: capitalize;
    margin: 0;
} 
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page.active:hover span {
    border-color: #ffc53f !important; 
}
.owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 75%;
    left: 0;
}
.owl-prev {
    left: -6% !important;
}
.owl-next {
    right: -6% !important;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.owl-next{
    left: auto;
    right: 0;
}
.owl-buttons .owl-prev:before, .owl-buttons .owl-next:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-size: 35px;
    font-weight: 900;
    color: #000;
    line-height: 40px;
    padding: 3px  5px;
}
.owl-theme .owl-controls .owl-buttons div { 
    background: #ffc53f !important;
        opacity: 1 !important;
}
.owl-buttons .owl-next:before{
    content: "\f105";
}
.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before{
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}
.owl-theme .owl-controls{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #ccc;
    background: url("../images/img-1.html") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span{
    background: url("../images/img-2.html") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("../images/img-3.html") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span{
    border-color: #d133ff;
    opacity: 1;
}
@media only screen and (max-width: 479px){
    .owl-buttons{ bottom: 30%; }
}


.footer-part {
      background-image: url(../images/round-bg2.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 4% 0;
}
.footer-part h4 {
    color: #fdc701;
    margin-bottom: 10px;
    font-size: 35px;
    font-family: 'Lobster', cursive;
}
.footer-links p {
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
}
section.footer-part-2 {
    background: #000000;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}
section.footer-part-2 p {
    margin: 0;
}




@media (min-width: 980px){
 
ul#call {
    display: none;
}
}
@media (max-width:1024px){
.top-header p { 
    font-size: 15px; 
}
.zoom-part h1 { 
    font-size: 25px;
}
.zoom-part p { 
    font-size: 14px; 
}
.services-box h4 {
    font-size: 20px; 
}
.pricingTable .pricing-content { 
    padding: 20px 10px 20px;
    margin: 0 10px;
}
.pricingTable .pricing-content ul li {
    font-size: 14px; 
}
.pricingTable .title {
    font-size: 25px; 
    text-align: left;
}
.pricingTable .pricingTable-signup a { 
    font-size: 15px; 
    line-height: 30px; 
    padding: 10px 5px; 
    letter-spacing: 0px;
}

 
}

@media (max-width: 980px){
.top-header p {
    font-size: 11px;
}
.marquee-part { 
    font-size: 15px; 
}
.zoom-part h1 {
    font-size: 20px;
}
.zoom-part p {
    font-size: 15px;
    line-height: 1.6;
}
.about-part h2 {
    font-size: 25px; 
}
.about-part h3 {
    font-size: 30px; 
        margin-bottom: 22px;
}
.about-part img {
    margin-bottom: 25px;
    width: 100%;
}
.services-part h3 {  
    font-size: 28px;
    margin-bottom: 30px;
}
.services-part h2 {
    font-size: 25px; 
}
.services-box h4 {
    font-size: 15px;
}
.services-box p {
    font-size: 12px; 
}
.other-services h2 {
    font-size: 25px; 
}
.other-services h3 {
    font-size: 30px; 
}
.pricingTable .title {
    font-size: 18px; 
}
.pricingTable .pricing-content ul li {
    font-size: 10px;
}
.pricingTable .pricingTable-signup a {
    font-size: 11px;
    line-height: 23px;
    padding: 7px 5px; 
}
.form-data span { 
    font-size: 25px; 
}
.why-choose {
    margin-top: 30px;
}
ul.list-choose li { 
    font-size: 16px;
    padding-bottom: 18px;
}
ul.list-choose li i { 
    font-size: 25px; 
    width: 45px;
    height: 45px; 
}
.footer-part h4 { 
    font-size: 30px; 
}


}


@media (max-width:767px){
.top-header p {
    font-size: 13px;
}
.top-header { 
    padding: 6px 10px;
}
.services-part .row.mb-3 {
    margin-bottom: 0 !important;
}
.services-part .services-box {
    margin-bottom: 20px;
}
.pricingTable .title {
    font-size: 24px;
        text-align: center;
}
.pricingTable .pricing-content ul li {
    font-size: 16px;
}
.pricingTable .pricingTable-signup a {
    font-size: 15px; 
    padding: 11px 5px;
}
.owl-buttons { 
    display: none;
}
.footer-links p { 
    font-size: 15px; 
}
.footer-part h4 {
    font-size: 27px;
}
section.footer-part-2 { 
    font-size: 13px;
}
.about-part p {
    font-size: 14px; 
}
}

@media (max-width: 580px){
section.footer-part-2 {
    margin-bottom: 40px;
}
ol.carousel-indicators {
    display: none;
}
.testimonial-part h2 {
    font-size: 23px; 
}
.testimonial-part h3 { 
    font-size: 27px; 
        margin-bottom: 15px;
}
}

@media (max-width: 370px){
.zoom-part h1 {
    font-size: 17px;
    line-height: 1.6;
}
.zoom-part p {
    font-size: 13px;
    line-height: 1.6;
}
.about-part h3 {
    font-size: 25px; 
}




}