body{font-family: 'Poppins', sans-serif;}
h1, h2, h3, h4{font-family: 'Merienda One', cursive; padding: 0;margin: 0;}
 
img{max-width: 100%;}
.container-fluid{max-width: 1400px;}

header.top-part {
    background: #000000;
}
ul.call-chat li {
    list-style: none;
    display: inline-block;
    padding-right: 4px;
}
ul.call-chat li a {
    color: #fff;
    font-size: 13px;
    font-family: 'Merienda One', cursive;
    text-decoration: none;
}
ul.call-chat li a i {
    color: #000;
    font-size: 17px;
    position: relative;
    top: 3px;
    background: #f4cb57;
    border-radius: 18px 26px 18px 18px / 28px 16px 14px 16px;
    padding: 4px;
}
ul.call-chat {
    margin: 0;
    padding: 7px 0 0 0;
}
header.top-part {
    background: #861428;
    padding: 4px  0 4px 0;
}
ul {
    padding: 0;
    margin: 0;
}
ul.why-chose-icons {
    text-align: right;
    padding: 4px 0 0 0;
}
ul.why-chose-icons li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Merienda One', cursive;
    padding-right: 12px;
}
ul.why-chose-icons li img {
    width: 35px;
    margin-right: 5px;
}

.mydiv {
  animation: myanimation 2s infinite;
}
@keyframes myanimation {   
  75%{background-color: #eee;} 
}
a.text-dask {
    text-decoration: none;
}
 

.logo-head {
    padding: 10px 0;
}
.marq-part {
    text-align: center;
    margin-bottom: 7px;
}
.right-head-part .marq-part p{
    background: #f4cb57;
    padding: 10px 15px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 700;
}
.right-head-part  p b{
    font-family: 'Poppins', sans-serif;
}
.right-head-part h4 {
    font-size: 20px;
    color: #0d0e12;
    padding: 10px 0;
    text-align: right;
}
.right-head-part h5 {
    font-size: 20px;
    font-weight: 600;
    color: #0d0e12;
    padding: 35px 0;
    text-align: center;
}
.right-head-part h5 i {
    color: #f4cb57;
}
div#right-text marquee {
    color: #fff;
    font-size: 20px;
}
.zoom-in-out-box {
    animation: zoom-in-zoom-out 2s ease infinite; 
} 
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
header.head-part {
    background-image: url(../images/back-white.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.list-header {
    text-align: center;
}
.list-header img {
    width: 78px;
}
.list-header h5 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 0;
    color: #861428;
    padding: 5px 0;
    text-transform: capitalize;
    font-family: 'Merienda One', cursive;
}
.list-header p {
    font-size: 16px;
    font-weight: 600;
}


.right-head-part p {
    font-size: 16px; 
    color: #000;
    margin: 0;
    font-family: 'Merienda One', cursive;
}
.right-head-part   img {
    width: 40px;
    margin: 0 15px;
}
.right-head-part p span {
    color: #ffffff;
    background: #000000;
    padding: 6.5px 8px;
    position: relative;
    top: 2px;
}
.right-head-part img.sp-width {
    width: 30px;
}
div#right-text {
    text-align: center;
    overflow: hidden;
}

.head-line {
    padding: 0;
    background: #f4cb57;
    background-image: linear-gradient(to right, #f7c53f, #f4cb57);
    position: relative;
}
.head-line marquee {
    font-size: 19px;
    padding: 6px 0 6px 0;
    margin: 0;
    font-weight: 900;
    color: #111;
}
.head-line marquee strong {
    color: #040404;
}
 

/*Start.........about-us-marquee*/
.about-us-marquee {
    background: #f6c84c;
    padding: 3% 0 135px 0;
}
.about-us-marquee p {
    color: #000;
    font-size: 22px;
    font-family: 'Merienda One', cursive;
}
.about-us-marquee p span {
    color: #861428;
}
.main-services-part {
    background: #ffffff;
    padding: 30px;
    position: relative;
    bottom: 110px;
    border-radius: 20px;
    background-image: url(../images/back-white.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: solid 1px #dfdfdf;
}
.service-box {
    border: solid 1px #00000017;
    padding: 20px;
    box-shadow: 0 0 4px 0px #b5b5b5a1;
    background: #ffff;
    border-radius: 10px;
}
.service-box h4 {
    font-size: 25px;
    color: #861428;
    margin: 20px 0 7px 0;
}
.service-box p {
    font-size: 17px;
    color: #222;
     margin-bottom: 8px;
}
ul.call-chat-services {
    padding: 0;
    margin: 0;
    text-align: center;
}
ul.call-chat-services li {
    line-height: normal;
    display: inline-block;
    padding: 15px 7px;
}
ul.call-chat-services li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background: #000000;
    padding: 11px 15px;
        transition: 0.5s;
    border-radius: 40px;
}
ul.call-chat-services li a:hover {
    background: #660000 !important;
}
ul.call-chat-services li a:hover {
    background: #660000 !important;
    color: #fff !important;
}
ul.call-chat-services li a:hover i{ 
    color: #fff !important;
}
ul.call-chat-services li a  i {
    font-size: 20px;
    color: #f4cb57;
    position: relative;
    animation-duration: var(--fa-animation-duration,3s);
    top: 3px;
}
ul.call-chat-services li a:hover {
    background: #000;
}
.main-top-services {
    text-align: center;
    margin-bottom: 22px;
}
.main-top-services h2 {
    color: #861428;
    font-size: 40px;
    margin-bottom: 15px;
}
.main-top-services p {
    color: #000;
    font-size: 21px;
    margin: 0;
}
#list-part h2 {
    color: #f4cb57;
}
#list-part p {
    color: #fff;
}
section.about-us { 
        background-image: url(../images/back-white.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/**/
.about-text {
    background: #000000;
    padding: 70px 0;
    background-image: url(../images/black-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about-text h1 {
    color: #f4cb57;
    font-size: 30px;
    margin-bottom: 20px;
}
section.about-text p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}
.about-text h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px; 
}
section.about-text p span {
    color: #f4cb57;
    font-weight: 600;
}

.our-servicers{
    background-image: url(../images/black-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
padding:60px 0;
}
div#sp-top {
    margin-top: 25px;
}
section.our-servicers .service-box {
    background: #fff;
    border-radius: 16px;
    text-align: center;
}
#main-services .service-box {
    border: solid 1px #e3e3e3;
    background: #ffffff;
    box-shadow: unset;
}
#main-services .service-box img {
    border-radius: 106px;
    width: 200px;
    height: 200px;
        transition: 0.7s;
    border: dotted 2px #861424;
}
#main-services .service-box:hover img {
    transform: rotate(354deg);
}

section.our-servicers .service-box ul.call-chat-services li a {
    background: #f4cb57;
    color: #222;
    font-weight: 700;
}
section.our-servicers .service-box ul.call-chat-services li a i {
    color: #000000;
}
.our-servicers .service-box h4 {
    font-size: 22px; 
    margin: 20px 0 15px 0;
}
section.our-servicers .service-box ul.call-chat-services li a:hover {
    background: #ffa501;
}


ul.list-about li {
    color: #222;
    font-size: 16px;
    margin-bottom: 10px;
    list-style: none;
    padding-bottom: 10px;
    border-bottom: double 4px #000;
    font-weight: 700;
}
ul.list-about {
    margin-top: 20px; 
    background: #ffffff;
    padding: 20px;
}
 
ul.list-about li i {
    color: #ffff;
    margin-right: 7px;
    background: #861428;
    padding: 8px;
}

#main-services h2 {
    color: #861428;
}
#main-services p {
    color: #000;
}

section#main-services {
    background-image: url(../images/back-white.jpg) !important;
}

/*Start........ Form-section*/
.form-part {
    text-align: center;
    background: #000000;
    padding: 75px 0;
        background-image: url(../images/back-white.jpg) !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
section#contact img.w-100 {
    border: solid 2px #f4cb57;
    border-radius: 10px;
}
.contact-part {
    background: #861428;
    padding: 25px;
    border-radius: 8px;
    border: solid 3px #f4cb57;
} 
.contact-part label {
    color: #fff;
        display: none;
}
textarea#description {
    height: 92px;
}
 
.contact-part button.submit {
    background: #f4cb57;
    padding: 13px 15px;
    color: #000;
}
.contact-part h3 {
    color: #f4cb57;
    font-size: 28px;
    margin-bottom: 15px;
} 
.contact-part   p#white-text {
    color: #fff;
    font-size: 19px;
    margin: 0;
} 
 .contact-part img {
    margin-bottom: 20px;
}
.form-control { 
    margin-bottom: 20px;
}

.heading {
    color: #f4cb57;
    font-size: 40px;
    padding: 0 0 10px 0;
}
p.text-size {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.testimonial .title {
    font-size: 20px;
    font-weight: bold;
    color: #f4cb57;
    text-transform: capitalize;
    margin: 0;
}
.testimonial img {
    width: 85px;
    border-radius: 100px;
    margin: 5px 0;
    border: solid 2px #f4cb57;
}
.testimonial .description {
    font-size: 16px;
    color: #222;
    line-height: 26px;
    text-indent: 30px;
    position: relative;
    margin-bottom: 15px; 
    padding: 15px;
    border-radius: 20px;
    font-weight: 600;
        width: 98%;
    margin: 20px auto;
}
div#review {
    margin-top: 25px;
}
.owl-theme .owl-controls .owl-page span { 
    background: #ffffff !important;
}
div#insta {
    text-align: right;
}
.why-choose h4 {
    font-size: 40px;
    color: #861428;
    margin-bottom: 30px;
    text-align: center;
}

ul.list-choose {
    padding: 0;
    margin: 0;
}
ul.list-choose li {
    list-style: none;
    font-size: 16px;
    padding-bottom: 22px;
    font-weight: 600;
}
ul.list-choose li i {
    background: linear-gradient(to bottom, #861428, #b10e2a);
    padding: 12px 0;
    font-size: 21px;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100px;
    margin-right: 10px;
}
.why-choose {
    background: #f4cb57;
    border-radius: 12px;
    padding: 19px;
    margin-bottom: 50px;
    margin-top: 20px;
}
/*End...... Form-section*/

.footer-part {
    background: #000;
    padding: 55px 0; 
}
 .footer-part h4 {
    color: #f4cb57;
    margin-bottom: 20px;
}
.footer-title p a img {
    margin-right: 7px;
    animation: fa-spin 6s infinite linear;
}
.footer-title p a {
    color: #fff;
    text-decoration: none;
}
.footer-title p {
    margin-bottom: 15px;
}
.footer-part h4 {
    color: #f4cb57;
    margin-bottom: 20px;
}

.footer-links p {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}

.footer-part-2 {
    background: #111;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}
.footer-part-2 p {
    margin: 0;
}
ul#fb-part {
    margin: -3px 0 0 0;
}

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;
}
li.call-mobile {
    width: 50%;
    background: #0d1112;
    padding: 5px 10px;
}
li.mobile-chats {
    background: #f4cb57;
}
ul#call li.mobile-chats a {
    color: #000;
}
ul#call a {
    color: #fff;
    text-decoration: none;
}
ul#call img {
    width: 40px;
}


@media (min-width: 767px){
ul#call {
    display: none;
}
ul#fb-part li a strong {
    display: none;
}

}

@media (max-width: 1050px){
ul.call-chat li a { 
    font-size: 10px; 

}
ul.call-chat li a i { 
    font-size: 13px; 
}
ul.why-chose-icons li img {
    width: 25px; 
}
ul.why-chose-icons li { 
    font-size: 10px; 
}
ul.call-chat {
    margin: 0;
    padding: 5px 0 0 0;
}
.right-head-part .marq-part p { 
    font-size: 14px; 
}
.right-head-part h4 {
    font-size: 13px; 
}
.right-head-part h5 {
    font-size: 12px; 
}
.right-head-part p {
    font-size: 10px; 
}
.right-head-part   img {
    width: 26px; 
}
.about-us-marquee p { 
    font-size: 19px; 
}
.main-top-services h2 { 
    font-size: 30px; 
}
ul.call-chat-services li a { 
    font-size: 12px; 
    padding: 9px 12px; 

}
.about-text h1 { 
    font-size: 25px; 
}
ul.call-chat-services li a  i {
    font-size: 14px; 
}
.text-center h2 { 
    font-size: 25px; 
}
.main-top-services h2 {
    font-size: 25px;
}
.main-top-services p { 
    font-size: 16px; 
}

.service-box img {
    width: 100%;
}
.list-header h5 {
    font-size: 11px; 
} 
.list-header p {
    font-size: 9px; 
}
.list-header img {
    width: 43px;
}

}

@media (max-width: 980px){
.service-box {
    margin-top: 20px;
}
.footer-title {
    margin: 20px 0;
}
ul.call-chat li a {
    font-size: 7px;
}
ul.why-chose-icons li {
    font-size: 8px;
}
ul.why-chose-icons li img {
    width: 18px;
}
.right-head-part .marq-part p {
    font-size: 10px;
}
.right-head-part h5 {
    font-size: 9px;
}
.right-head-part h4 {
    font-size: 10px;
}
.right-head-part p {
    font-size: 7px;
}
.right-head-part img.sp-width {
    width: 22px;
}
.carousel-indicators {
    display: none;
}
.about-us-marquee p {
    font-size: 18px;
}
ul.call-chat-services li a {
    font-size: 16px;
    padding: 12px 16px;
}
ul.call-chat-services li a  i {
    font-size: 25px;
    margin-right: 5px;
}
ul.why-chose-icons li { 
    padding-right: 2px;
}
section#contact img.w-100 { 
    margin-top: 25px;
}
section#contact br {
    display: none;
}



}

@media (max-width: 767px){
 ul#fb-part li a {
    font-size: 15px;
}
ul#fb-part {
    margin:0 0 10px 0;
}   
div#insta {
    text-align: center;
}
 div#right-text marquee { 
    font-size: 16px;
    margin-top: 10px;
}   
ul.call-chat li a {
    font-size: 11px;
}
ul.call-chat li a i {
    font-size: 18px;
}
ul.call-chat { 
    text-align: center;
}
ul.why-chose-icons li img {
    width: 30px;
}
ul.why-chose-icons li {
    font-size: 13px;
    margin: 8px 0 0 0;
}
ul.why-chose-icons {
    text-align: center; 
}
.right-head-part .marq-part p {
    font-size: 16px;
}
.marq-part {
    margin-top: 15px; 
}
.right-head-part h4 {
    font-size: 20px;
    text-align: center;
}
.right-head-part h5 {
    font-size: 13px;
    text-align: center;
    padding: 0 0 5px 0;
}
.zoom-in-out-box {
    display: none;
}
.main-services-part { 
    bottom: 130px;
}
.main-services-part { 
    padding: 15px; 
    bottom: 130px;
    border-radius: 10px;
}
.service-box { 
    padding: 15px; 
}
section.about-us .main-top-services img {
    margin-bottom: -25px;
}
ul.call-chat-services li a {
    font-size: 12px;
    padding: 10px 16px;
}
ul.call-chat-services li a  i {
    font-size: 16px;
    margin-right: 0;
}
ul.call-chat-services li { 
    padding: 15px 1px;
}
.service-box h4 {
    font-size: 20px; 
}
.service-box p {
    font-size: 14px; 
}
.about-text h1 {
    font-size: 20px;
    line-height: 32px;
}
.main-services-part { 
    margin-bottom: -60px;
}
section.about-text p { 
    font-size: 14px; 
}
.text-center h2 {
    font-size: 20px;
    line-height: 32px;
}
.our-servicers .service-box h4 {
    font-size: 20px; 
}
.footer-title {
    margin: 38px 0 16px 0;
}
.footer-part { 
    padding: 55px 0 30px 0;
}
.footer-part-2 {
    padding-bottom: 60px;
    font-size: 14px;
}
.contact-part h3 { 
    font-size: 22px; 
}
div#review {
    margin-top: 40px;
}
.about-text { 
    padding:  70px 0; 
}
#main-services {
    padding-bottom: 20px;
}
.head-line marquee { 
    padding: 4px 0 4px 0; 
}
.list-header img {
    width: 78px;
}
.list-header h5 {
    font-size: 23px;
}
.list-header p {
    font-size: 17px;
}
header.top-part { 
    padding: 6px 0;
}
ul.why-chose-icons li { 
    margin: 13px 0 5px 0;
}
.why-choose h4 {
    font-size: 25px; 
}
ul.list-choose li i { 
    padding: 8px 0;
    font-size: 17px; 
    width: 35px;
    height: 35px; 
}
.testimonial .description { 
    width: 100%;
    font-weight: 500; 
    margin: 5px auto;
}

}




