@import url('https://fonts.googleapis.com/css2?family=Denk+One&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&amp;display=swap');
.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/bg2.jpg);
    background-attachment: fixed;
    background-repeat: repeat;
}

img {
    max-width: 100%;
}

body {
    font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.hdd {
    font-family: "Denk One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.header {
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    background: #fff;
}

.banner3 {
    float: left;
    width: 100%;
}

.text-center {
    text-align: center !important;
}

.tophead-section {
    background: #d400ff;
    position: relative;
    float: left;
    width: 100%;
}

.tophead-section p {
  font-size: 19px;
  color: #000000;
  font-weight: 500;
  padding: 12px 0 0;
  text-transform: capitalize;
  line-height: 16px;
}

.tophead-section span {
    border-radius: 50%;
    height: 65px;
    text-align: center;
    border: 4px solid #bd8a005c;
    width: 65px;
    font-size: 29px;
    line-height: 57px;
    display: block;
    position: absolute;
    right: 20px;
    background: #d400ff;
    color: #0be3eb;
    top: 29px;
    animation: pulse2 2s linear infinite;
}

.tophead-section span a {
    color: #ea001c;
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 #0be3eb;
    }

    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.marquee-mark {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 100%;
}

.marquee-mark span {
    font-size: 22px;
    width: 27%;
    padding: 5px 0 5px 20px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    background: #0be3eb;
}

.marquee-mark span:before {
    content: "";
    position: absolute;
    border-top: 21px solid transparent;
    border-left: 21px solid #eeeeee00;
    border-bottom: 21px solid transparent;
    border-right: 21px solid #ffffff;
    right: -1px;
    top: 0px;
}

.marquee-mark b {
    display: inline-table;
    margin: 0;
    width: 70%;
    padding: 0px 0px 0px 30px;
    font-weight: 600;
    color: #222;
    font-size: 20px;
    text-transform: capitalize;
}

.aboutu-us {
    padding-bottom: 50px;
    float: left;
    width: 100%;
}

.border-about {
    padding: 40px;
    border: 2px solid #d400ff;
    border-right: 0;
    border-top: 0;
}

.aboutus-heading p {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 21px;
    margin: 0;
    padding: 6px 0;
    font-weight: 600;
    background: linear-gradient(to left, transparent, #d400ff, transparent);
    display: block;
}

.aboutus-heading strong {
    font-size: 49px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    padding: 0 0 0 0px;
    color: #0be3eb;
    margin-bottom: 20px;
}

.content-design p {
    color: #4f4f4f;
    font-weight: 400;
    text-align: left;
    padding: 3px 0 10px;
    line-height: 30px;
    font-size: 17px;
}

.content-design p strong {
    color: #ea001c;
    font-weight: 500;
}

.content-design ul {
    padding: 16px 0px 16px 20px;
    margin: 0;
    list-style: none;
}

.content-design ul li {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: inline-block;
    padding: 12px 30px 12px 26px;
    position: relative;
    list-style: none;
}

.content-design ul li i {
    margin: 0 auto;
    line-height: 36px;
    position: absolute;
    left: 0px;
    font-size: 18px;
    color: #ea001c;
    font-weight: 700;
    top: 5px;
}

.services-section {
   background: linear-gradient(45deg, #0be3eb, #0be3eb);
    color: #fff;
    text-transform: capitalize;
    position: relative;
    padding: 40px 0 50px;
    float: left;
    width: 100%;
    z-index: 9;
}

.services-section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -9;
    background: url(../images/bg.jpg);
    opacity: 0.2;
    background-attachment: fixed;
    background-repeat: repeat;
}

.services-heading span {
    color: #ffffff;
    text-transform: capitalize;
    padding: 2px 0;
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    background: linear-gradient(to left, transparent, #fff613, #d400ff, transparent);
    display: block;
}

.services-heading strong {
    display: block;
    margin: 9px 0 0;
    font-size: 46px;
    color: #eee;
    text-transform: capitalize;
    font-weight: 600;
}

.services-1 {
    padding: 15px;
}

.services-2 {
    border-radius: 36px;
    border: 2px solid #FFF;
    background: #F9F1FE;
    box-shadow: -2px 4px 12px 0px rgba(24, 24, 24, 0.08);
    padding: 16px 16px;
}

.services-3 img {
    border-radius: 0px;
    border-radius: 20px 20px 0px 0px;
}

.services-4 strong {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 22px;
    position: relative;
    color: #fff;
    transition: 0.3s ease-in;
    background: linear-gradient(45deg, #0be3eb, #0be3eb);
    border-radius: 0px;
    display: block;
    padding: 5px 10px;
    border-radius: 0px 0px 20px 20px;
}

.services-4 p {
    font-size: 17px;
    color: #222;
    font-weight: 400;
    line-height: 30px;
    padding: 11px 0 20px;
}

.services-4 a {
    background: #d400ff;
    color: #000000;
    font-size: 16px;
    padding: 5px 26px 5px 26px;
    font-weight: 600;
    transition: 0.3s ease-in;
    display: inline-block;
    border-radius: 40px;
    text-transform: capitalize;
}

.list-services {
    padding: 50px 0;
    float: left;
    width: 100%;
}

.list-services strong {
    background: linear-gradient(45deg, #0be3eb, #0be3eb);
    padding: 10px 10px;
    color: #d400ff;
    font-weight: 400;
    font-size: 50px;
    display: block;
    text-align: center;
}

.bottom-services1 {
    padding: 10px;
}

.bottom-services2 {
    padding: 0px;
}

.bottom-services2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bottom-services2 ul li {
    padding: 7px 11px 8px 11px;
    position: relative;
    font-size: 17px;
    text-align: left;
    color: #000;
    text-transform: capitalize;
    margin: 18px 0 0px;
    background: #fff;
    border: 1px solid #d400ff;
    border-radius: 50px;
    z-index: 9;
    display: flex;
    justify-content: left;
    align-items: center;
}

.bottom-services2 ul li i {
    color: #0be3eb;
    font-weight: 600;
    display: inline-block;
    font-size: 23px;
    padding: 0 12px 0 0px;
}

.bottom-services2 ul li:hover {
    color: #ea001c;
}

.tophead-section {
    background: #fff800;
    position: relative;
    float: left;
    width: 100%;
}



.otherservices {
    background: #0be3eb;
    margin: 0;
    float: left;
    width: 100%;
}

.other-services1 {
    padding: 50px 20px 40px;
    position: relative;
}

.other-services1:before {
    content: "";
    margin: 0 auto;
    background: #d400ff;
    position: absolute;
    height: 100%;
    width: 1.1%;
    left: 0;
    right: 0;
    top: 0;
}

.other-services3 {
    z-index: 9;
    position: relative;
}

.other-services3:before {
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    background: #0be3eb;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -11px;
    border-radius: 50%;
}

.other-services3 img {
    border-radius: 0%;
    padding: 6px 6px 0;
    border: 3px solid #d400ff;
    margin: 0 auto;
    border-bottom: revert-layer;
}

.other-services4 {
    position: relative;
    background: #0be3eb;
    margin-top: 20px;
}

.other-services4 strong {
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    font-size: 25px;
}

.other-services4 a {
    margin: 19px auto 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffffff;
    background: #d400ff;
    padding: 8px 27px 7px;
    border-radius: 40px 40px 0 0;
}

.other-services1:nth-child(2) .other-services2 {
    margin-top: 100px;
}

.other-services1:nth-child(4) .other-services2 {
    margin-top: 100px;
}

.mark-section {
    background: linear-gradient(45deg, #0be3eb, #0be3eb);
    color: #fff;
    text-transform: capitalize;
    position: relative;
    padding: 40px 0 50px;
    float: left;
    width: 100%;
    z-index: 9;
}

.mark-section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -9;
    background: url(../images/bg.jpg);
    background-size: cover;
    opacity: 0.2;
    background-attachment: fixed;
}

.mark-section p {
    color: #ffffff;
    font-size: 42px;
    font-weight: 400;
}

.mark-section span {
    color: #d400ff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 41px;
    display: block;
    padding: 0px 0 20px;
    font-weight: 500;
}

.mark-section a {
    display: inline-block;
    margin: 0 auto;
    font-size: 33px;
    font-weight: 600;
    border: 1px solid #fffc00;
    text-transform: capitalize;
    margin: 0 0 0 10px;
    color: #ffffff;
    background: #d400ff;
    box-shadow: 0 0 10px 3px #dce572;
    padding: 10px 33px;
    border-radius: 50px;
}

.testimonials-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.testimonials-1 {
    padding: 15px;
}

.testimonials-2 {
    background: #fff;
    border: 1px solid #ff96bb;
    border-radius: 20px 20px 20px 20px;
    position: relative;
}

.testimonials-3 {
    padding: 10px 0;
    text-align: center;
}

.testimonials-3 p {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    padding: 0;
    color: #ea001c;
}

.testimonials-3 b {
    color: #ffffff;
    background: #d400ff;
    display: block;
    padding: 4px 10px 4px 10px;
}

.testimonials-3 b i {
    padding: 0 3px;
}

.testimonials-4 {
    padding: 30px 18px 0;
    border-radius: 0px 0px 20px 20px;
    margin: 0 0 0px 0;
    background: linear-gradient(45deg, #0be3eb, #0be3eb);
}

.testimonials-4 p {
    color: #000000;
    font-weight: 300;
    line-height: 30px;
    font-size: 17px;
    padding: 4px 0 20px;
}

.testimonials-4 img {
    height: 80px;
    border: 2px solid #fff;
    border-radius: 50% 50% 0 0;
    padding: 5px 5px 0;
    border-bottom: 0;
}

.topservices-section {
    position: relative;
    padding: 50px 0px;
    float: left;
    width: 100%;
}

.topservices-section:before {
    background: #d400ff;
    content: "";
    height: 100%;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    z-index: -9;
}

.top-services1 {
    position: relative;
}

.top-services2 {
    position: relative;
    background: #fff;
    z-index: 9;
    border: 1px solid #ea001c;
    border-radius: 17px;
    padding: 6px 20px 28px;
    margin-top: 20px;
}

.top-services2:before {
    background: #d400ff;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 56px;
    width: 100%;
    height: 72%;
    z-index: -9;
}

.top-services3 {
    padding: 0 0px 0 10px;
}

.top-services3 img {
    border-radius: 20px;
    height: 192px;
    margin: 0px 0 0px;
}

.top-services4 {
    padding: 6px 0 0 10px;
}

.top-services4 strong {
    font-size: 32px;
    padding: 0px 0 0;
    margin: -8px 0 0px 0;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    color: #0be3eb;
}

.top-services4 p {
    color: #000;
    font-size: 17px;
    padding: 14px 0 0;
    line-height: 29px;
    font-weight: 500;
}

.top-services4 a {
    background: #ea001c;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}



.footer {
    padding: 50px 0px;
    background: linear-gradient(45deg, #0be3eb, #0be3eb);
    position: relative;
    z-index: 9;
    overflow: hidden;
    float: left;
    width: 100%;
}

.contact-left1 {
    padding: 10px;
}

.contact-left-1 a {
    display: block;
    color: #000;
    padding: 0px 16px 24px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
}

.contact-left-1 a span {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.contact-left-1 a span strong {
    height: 90px;
    width: 90px;
    display: block;
    background: #ea00de;
    border-radius: 0 0 50% 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 90px;
}

.contact-left-1 a span strong i {
    font-size: 43px;
    color: #fff;
    animation: anim 1s infinite;
}

.contact-left-1 a p {
    width: 100%;
    padding: 16px 0 0;
}

.contact-left-1 a p i {
    text-transform: capitalize;
    display: block;
    font-size: 19px;
    color: #e200ea;
    font-weight: 800;
}

.contact-left-1 a p b {
    font-weight: 700;
    display: block;
    color: #000;
    padding: 2px 0 0px 0;
    font-size: 19px;
}

.contact-left1 {
    padding: 10px;
}

.disclaimer {
    padding: 0;
    margin: 0;
}

.disclaimer strong {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #000000;
}

.copy p {
    padding: 22px 0 0 0;
    font-weight: 700;
    color: #d400ff;
    font-size: 16px;
}




.choose-sec-1{
   float: left;
   width: 100%;
   padding: 50px 0px;
}
.choose-sec-2{
    padding: 43px 0 0;
    display: flex;
    align-items: flex-start;
}
.choose-left{
    padding: 15px;
}
.choose-left-1{
    padding: 0;
}

.choose-content{
    text-align: center;
    box-shadow: 0 0 7px 0px #e8e8e8;
    padding: 30px 25px 40px;
    background: #d400ff;
    float: left;
}
.choose-content strong{
    font-size: 46px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    color: #ea001c;
    background: #ffffff;
    line-height: 70px;
}
.choose-content p{
    color: #3a3a3a;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 0 20px;
    font-weight: 500;
}
.choose-content a{
    color: #fff;
    font-size: 33px;
    font-weight: 600;
    padding: 7px 35px;
    text-transform: capitalize;
    background: #0be3eb;
    display: inline-block;
    border-radius: 50px;
    text-shadow: 0 0 20px white;
}
.choose-content p strong{
    color: #ad1800;
    font-weight: 600;
}
.choose-center{
    padding: 0;
}
.choose-center-1{
    padding: 0;
}
.services6{
  padding: 13px 15px 0px;
}
.services7{
  padding: 0;
  text-align: center;
  /* background: #ad1800; */
}

.services8{
    padding:0;
}
.services10{
    padding: 4px 30px 20px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.services10 img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    background: #ffab00;
    padding: 25px 15px 0;
}
.service9{
  padding: 0;
  text-align: center;
}
.service9 strong{
  font-size: 23px;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  background: #ffab00;
  padding: 4px 17px 4px;
  display: inline-block;
}
.service9 p{
  color: #000;
  font-size: 13px;
  line-height: 26px;
  padding: 10px 15px 11px;
  font-weight: 500;
}
.srv-contact{
  display: inline-block;
  font-size: 22px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 600;
  line-height: 30px;
  padding: 6px 30px 2px;
  background: #ffab00;
}
.choose-right{
    padding: 0;
}
.choose-right-1{
    padding: 0;
}
.choose-1{
    padding: 15px;
}
.choose-2{
    padding: 20px;
    border: 1px solid #d400ff;
    overflow: hidden;
    display: flex;
    border-radius: 10px;
}
.choose-icon i{
    font-size: 80px;
    color: #0be3eb;
}
.choose-icon img{
    width: 90px;
}
.choose-head{
  padding: 0px 0 0;
  text-align: right;
}
.choose-head span{
  font-size: 25px;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  color: #ea001c;
  padding: 0 0 5px;
}
.choose-head p{
    text-transform: capitalize;
    display: inline-block;
    color: #3a3a3a;
    font-size: 17px;
    line-height: 26px;
}

            @keyframes pulsate {
                0% {
                    transform: scale(0.9, 0.9);
                    opacity: 1;
                }

                50% {
                    transform: scale(1.2, 1.2);
                    opacity: 1;
                }

                100% {
                    transform: scale(0.9, 0.9);
                    opacity: 1;
                }
            }

            @keyframes callb {
                0% {
                    transform: scale(0.9);
                }

                20% {
                    transform: scale(1);
                }

                40% {
                    transform: scale(1.1);
                }

                60% {
                    transform: scale(1.2);
                }

                80% {
                    transform: scale(1.3);
                }

                100% {
                    transform: scale(1.4);
                }
            }

            @keyframes calla {
                0% {
                    box-shadow: 0px 0px 0px 4px rgba(162, 162, 162, 0.8);
                }

                20% {
                    box-shadow: 0px 0px 0px 6px rgba(162, 162, 162, 0.6);
                }

                40% {
                    box-shadow: 0px 0px 0px 8px rgba(162, 162, 162, 0.4);
                }

                60% {
                    box-shadow: 0px 0px 0px 10px rgba(162, 162, 162, 0.2);
                }

                80% {
                    box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);
                }

                100% {
                    box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);
                }
            }

            .call {
                position: fixed;
                z-index: 999999;
                left: 10px;
                bottom: 10px;
                display: inline;
                font-size: 30px;
                text-align: center;
                height: 60px;
                width: 60px;
                border-radius: 1px solid #000;
                animation-name: calla;
                animation-duration: 0.8s;
                animation-iteration-count: infinite;
                background: #df0505;
                line-height: 60px;
                border-radius: 50%;
            }

            .whatsapp {
                position: fixed;
                z-index: 999999;
                right: 10px;
                bottom: 10px;
                display: inline;
                font-size: 30px;
                text-align: center;
                height: 60px;
                width: 60px;
                border-radius: 1px solid #000;
                animation-name: calla;
                animation-duration: 0.8s;
                animation-iteration-count: infinite;
                background: #03A437;
                line-height: 60px;
                border-radius: 50%;
            }
        

@media(min-width:992px) and (max-width:1200px) {
    .tophead-section p {
        padding-right: 50px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .tophead-section p {
        padding-right: 50px;
    }

    .marquee-mark span {
        width: 100%;
    }

    .marquee-mark b {
        width: 100%;
    }
    
     .header .col-sm-4{width: 50%;}
}

@media(min-width:640px) and (max-width:767px) {
    .other-services1:nth-child(2) .other-services2 {
        margin-top: 0px;
    }

    .other-services1:nth-child(4) .other-services2 {
        margin-top: 0px;
    }

    .tophead-section span {
        display: none;
    }

    .marquee-mark span {
        width: 100%;
    }

    .marquee-mark b {
        width: 100%;
    }
     .header2{display: none;}

}

@media(min-width:480px) and (max-width:639px) {
    .other-services1:nth-child(2) .other-services2 {
        margin-top: 0px;
    }

    .other-services1:nth-child(4) .other-services2 {
        margin-top: 0px;
    }

    .tophead-section span {
        display: none;
    }

    .marquee-mark span {
        width: 100%;
    }

    .marquee-mark b {
        width: 100%;
    }
    .header .container-fluid {
  padding: 0;
} 
}

@media(min-width:320px) and (max-width:479px) {


    




    .tophead-section span {
        display: none;
    }

   
    .marquee-mark span {
        font-size: 18px;
        width: 100%;
    }

    .marquee-mark b {
        width: 100%;
        font-size: 16px;
    }

    .aboutus-heading strong {
        font-size: 35px;
    }

    .other-services1:nth-child(2) .other-services2 {
        margin-top: 0px;
    }

    .other-services1:nth-child(4) .other-services2 {
        margin-top: 0px;
    }

    .top-services2::before {
        top: 106px;
    }

    .mark-section a {
        font-size: 25px;
    }

.header .container-fluid {
  padding: 0;
}
}