@import url('https://fonts.googleapis.com/css2?family=Amarante&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;display=swap');

.hdd {
    font-family: "Amarante", serif;
}

body {
    font-family: "Manrope", sans-serif;
}

.kalajadu-container {
            display: flex;
            justify-content: space-between;
            gap: 15px;
            flex-wrap: nowrap;
            overflow-x: auto;
            margin-top: 20px;
        }
        .kalabox {
            background-color: #fbfaff;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 20px;
            width: 30%;
            box-sizing: border-box;
            transition: transform 0.3s ease;
            text-align: center;
        }
        .kalabox h3 {
            color: #D70404;
            font-size: 18px;
            margin-bottom: 10px;
            line-height: 25px;
        }
        .kalabox p {
            color: #000000;
            font-size: 17px;
        }
        
.main-container {
    float: left;
    width: 100%;
}
.header-logo-right {
    padding: 0;
}
.header-logo-right-1 {
    padding: 0 15px;
    text-align: center;
}
.header-logo-right-1 strong{
    padding: 0;
    color: #000;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 700;
    animation:blltx 400ms linear infinite;
    display: block;
}

@keyframes  blltx
   {
    0%{color:#b20000;}
    50%{color:#f00;}
    100%{color:#b20000;}
}
.header-logo-right-1 a img{
    width: 57px;
    margin: 0 5px 0 0;
}
.header-logo-right-1 a span{
    padding: 0px 15px 1px;
    color: #fff;
    font-size: 29px;
    text-transform: capitalize;
    font-weight: 700;
    text-align: right;
    display: inline-block;
    animation:blltx1 400ms linear infinite;
    border-radius: 12px;
}

@keyframes  blltx1
   {
    0%{background:#b20000;}
    50%{background:#f00;}
    100%{background:#b20000;}
}
.header-logo-right-1 p {
    color: #212121;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 22px;
}

.header-logo-right-1 span {
    color: #b30002;
}
.tophead-section {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 10px 0px;
}

.tophead-section:before {
    content: "";
    position: absolute;
    background: url(../images/bg.png) no-repeat;
    background-position: center bottom;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -9;
    left: 0;
    opacity: 0.3;
}
.topnav {
  background-color: #d20404;
  overflow: hidden;text-transform: capitalize;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 42px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #000000;
  color: #FFFFFF;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #000000;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.div-center {
    justify-content: center;
    align-items: center;
}

.p-0 {
    padding: 0 !important;
}

.tophead-left1 ul li {
    list-style: none;
    color: #bf0000;
    text-transform: capitalize;
    margin: 0 4px;
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
}

.tophead-left1 li a {
    color: #fff500;
    height: 32px;
    text-align: center;
    line-height: 29px;
    width: 32px;
    display: block;
    box-shadow: 2px 1px 8px 0px #9700be69;
    border-radius: 50%;
    background: linear-gradient(45deg, #4a148c, #d20404);
}

.tophead-left1 ul li:last-child {
    padding-left: 10px;
    list-style: none;
    color: #bf0000;
    text-transform: capitalize;
    margin: 0 4px;
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
}

.text-end {
    text-align: right !important;
}

.tophead-right1 p {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 20px 5px;
    display: inline-block;
    text-transform: capitalize;
    color: #000000;
    background: #ffffff;
    border-radius: 40px;
}

.head-section {
    justify-content: center;
    align-items: center;
}

.head-logo {
    width: 43%;
}

.head-logo img {
    max-width: 100%;
}

.head-right1 {
    width: 54%;
}

.head-number p {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

.head-number a {
    color: #4a4a4a;
    font-size: 35px;
    padding: 10px 0 0;
    text-decoration: none;
    font-weight: 900;
    display: block;
    animation: fade 0.7s infinite ease-in-out;
}

@keyframes fade {
    50% {
        opacity: .4;
    }
}

.head-list {
    background: #d20404;
    float: left;
    width: 100%;
}

.head-list ul li {
    display: inline-block;
    list-style: none;
    padding: 0 16px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 10px;
}

.head-list ul li i {
    color: #fff500;
    height: 1.1rem;
    margin: 0px 7px -1px 0px;
    width: 1.1rem;
    padding-right: 10px;
}

.banner3 {
    float: left;
    width: 100%;
}

.banner3 img {
    float: left;
    width: 100%;
}

.marquee-line {
  background: #d20404;
  float: left;
  width: 100%;
}

.marquee-left {
    padding: 7px 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    position: relative;
    background: #fff500;
    font-weight: 600
}

.marquee-left:before {
    content: "";
    height: 44px;
    width: 10px;
    background: #ffffff00;
    border-top: 10px solid #fff500;
    border-left: 10px solid #fff50000;
    border-right: 10px solid #fff500;
    border-bottom: 10px solid #fff500;
    position: absolute;
    left: -20px;
    bottom: 0;
}

.marquee-left:after {
    content: "";
    height: 44px;
    width: 10px;
    background: #ffffff00;
    border-top: 10px solid #fff500;
    border-left: 10px solid #fff500;
    border-right: 10px solid #fff50000;
    border-bottom: 10px solid #fff500;
    position: absolute;
    right: -20px;
    bottom: 0;
}

.marquee-right {
    font-size: 19px;
    text-transform: capitalize;
    color: #fff;
    padding: 7px 0 0 20px;
}

.main-services {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.main-services1 {
    padding: 10px;
    width: 20%;
    text-align: center;
}

.main-services2 {
    padding: 30px 30px 60px;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 9;
    border-radius: 300px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
}

.main-services2::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 300px;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #c60510, #d20404);
  z-index: -9;
  transition: transform .5s ease;
  transform: scaleX(0);
  transform-origin: right;
}

.main-services2 span {
    background: #f6f6fb;
    height: 130px;
    width: 130px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 130px;
}

.main-services2 span img {
    max-width: 100%;
}

.main-services2 strong {
    font-size: 20px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 800;
    padding: 16px 0 0 0;
    display: block;
    font-weight: 400;
}

.main-services2 p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 26px;
    padding: 9px 0 0 0;
}

.main-services2:hover:before {
    transform: scale(1);
    transform-origin: left;
}

.main-services2:hover:after {
    opacity: 0.1;
    transform: perspective(150px) scaleX(1);
}

.main-services2:hover strong {
    color: #fff500;

}

.main-services2:hover p {
    color: #fff;
}

.aboutus-section {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.main_heading {
    position: relative;
}

/*.main_heading:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    left: 0;
    top: 17px;
    right: 0;
    margin: 0 auto;
    background: #fff500;
    z-index: -9;
}*/

.main_heading span {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 26px 5px;
    border-radius: 40px;
    background: #fff500;
    display: inline-block;
}
.main_heading h1 a {
  font-family: 'Amarante', cursive;
  font-size: 56px;
  text-transform: capitalize;
  font-weight: 500;
  display: block;
  letter-spacing: -0.8px;
  color: #d20404;
  text-decoration: none;
  text-shadow: 2px 2px 2px #fff;
}

.cltesti {
  font-family: 'Amarante', cursive;
  font-size: 56px;
  text-transform: capitalize;
  font-weight: 500;
  display: block;
  letter-spacing: -0.8px;
  color: #d20404;
  text-decoration: none;
  text-shadow: 2px 2px 2px #fff;
}

.special-link {
    color: #fff; /* Normal color */
    text-decoration: none; /* Remove underline */
}

.special-link:hover {
    color: #ffbb03; /* Color on hover */
}

.text-start {
    text-align: left !important;
}

.content-design p {
  color: #000000;
    font-size: 17px;
    line-height: 33px;
    text-align: justify;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.content-design p strong {
 font-weight: 700;
    color: #d20404;
    font-style: oblique;
}

.other-services {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.other-services1 {
    padding: 16px;
}

.other-services2 {
    background-color: white;
    box-shadow: -1px -1px 11px rgb(0 0 0 / 20%);
    border-radius: 100px 0px 100px 0px;
    margin: 0;
    padding: 0;
}

.other-services3 {
    margin: 0;
    padding: 0;
}

.other-services3 img {
    border-radius: 100px 0px 0px 0px;
    width: 100%;
}

.other-services4 {
  padding: 30px 24px 40px;
  text-align: right;
  position: relative;
  background-color: #e8e8e8;
}
.other-services4 strong {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    color: #1f1f1f;
    text-align: left;
    display: block;
}

.other-services4 p {
    color: #545454;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
    padding: 2px 0 10px;
}

.other-services4 a {
  font-size: 17px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 9px 19px;
  margin: 0px 30px 0 0px;
  display: inline-block;
  border-radius: 30px 0 30px 0;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #d20404;
  text-align: center;
}

.our-services1 {
    padding: 20px;
}

.our-services2 {
    position: relative;
}

.design-services {
    position: relative;
    justify-content: left;
    align-items: center;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  position: relative;
}
.aboutus-section.py-5::before {
  content: "";
  position: absolute;
 
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  padding: 54px;
}


.h1, h1 {
       font-size: 36px;
    font-weight: bold;
    color: #d70404;
}
.our-services3 {
    width: 85%;
    padding: 0;
}

.our-services3 img {
    width: 100%;
}

.our-services4 {
    width: 60%;
    bottom: 0;
    position: absolute;
    right: 0;
    padding: 16px 25px 20px;
    background: #ffe1e1;
    box-shadow: 0 0 0px 0px #0000006b;
}

.our-services4 strong {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    color: #1f1f1f;
}

.our-services4 p {
    color: #545454;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    padding: 2px 0 5px;
}

.our-services4 a {
    color: #721d9d;
    font-size: 17px;
    font-weight: 800;
    display: block;
    text-transform: capitalize;
}

.bottom-services {
  padding: 80px 0;
  background: -webkit-linear-gradient(90deg, #d20404, #4a148c 80%);
    background-attachment: scroll;
    background-image: -webkit-linear-gradient(90deg, rgb(210, 4, 4), rgb(74, 20, 140) 80%);
    background-size: auto;
  float: left;
  width: 100%;
 
  background-attachment: fixed;
  background-size: contain;
}

.text-start {
    text-align: left !important;
}

.bottom_heading p {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 26px 5px;
    border-radius: 40px;
    background: #fff500;
    display: inline-block;
}
.bottom_heading strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 51px;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  display: block;
  padding: 9px 0 0;
  text-shadow: 1px 1px 1px #fff;
}

.text-start {
    text-align: left !important;
}

.bottom-services1 {
    padding: 20px;
}

.bottom-services2 {
  padding: 20px;
  background: #d20404a3;
  float: left;
  width: 100%;    border: 5px solid #eee;
}

.bottom-services2 strong {
    color: #fff;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    display: block;
}

.bottom-services2 ul {
    margin: 0;
    padding: 9px 0 9px 0;
    list-style: none;
}

.bottom-services2 ul li {
      font-size: 17px;
    padding: 7px 0 7px 17px;
    font-weight: 400;
    line-height: 30px;
    text-transform: initial;
    color: #fff;
    position: relative;
}

.bottom-services2 strong i {
    color: #fff500;
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 10px;
}

.bottom-services2 ul li a {
    color: #fff;
}

.bottom-services2 ul li:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #833db8;
    left: 0;
    top: 16px;
    border-radius: 50%;
    border: 2px solid #fff500;
}

.testimonials-section {
    padding: 70px 0 110px;
    float: left;
    width: 100%;
  
}

.pt-5 {
    padding-top: 3rem !important;
}

.testimonials-1 {
    padding: 10px;
}

.testimonials-2 {
  border: 3px solid #7c20a2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(238, 238, 238);
  border-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  position: relative;
  padding: 35px 28px 47px 28px;
  border-bottom: 4px solid #7c20a2;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-top: 40px;
  
}

.testimonials-2 span {
    border-radius: 50%;
    position: absolute;
    height: 45px;
    width: 45px;
    background: -webkit-linear-gradient(90deg, #d20404, #4a148c 80%);
    display: block;
    line-height: 66px;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -18px;
    line-height: 45px;
}

.testimonials-2 span i {
    font-size: 25px;
}

.testimonials-2 p {
    color: #000000;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    padding: 6px 0 5px;
}

.testimonials-2 strong {
  position: absolute;
  width: 80%;
  color: #fff500;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 7px 10px;
  text-transform: capitalize;
  font-size: 18px;
  bottom: -20px;
  background-color: #d20404;
}
.ratee i {
    font-size: 22px;
    color: #fff500;
}

/*start footer section*/

.footer-section{
    padding: 0;
   background-color: #141324 !important;
    color: #ffbb03;
    
    padding: 16px 0;
    background-size: 467px;
}
.footer-section1{
    padding: 0;
}
.footer-section-2{
    padding: 10px;
}
.footer-section-3{
    padding: 10px;
    text-align: center;
}
.footer-section2{
    padding: 10px;
}
.footer-section3{
    padding: 10px;
}
.footer-head{
    padding: 0;
    /* text-align: center; */
}
.footer-head p{
    font-size: 30px;
    text-transform: capitalize;
    margin: 0;
    padding: 5px;
}
.footer-head img{
    margin: -10px 0 0 0;
}
.footer-section4{
    /*  text-align: center; */
    padding:2px 0 0 0;
}
.footer-section4 ul{
    margin: 0;
    padding: 9px 0 0 0;
    list-style: none;
}
.footer-section4 li{
    color: #fff;
    padding: 5px 0 5px 0px;
    line-height: 26px;
    font-size: 15px;
    font-family: 'Poppins',sans-serif;
    text-transform: capitalize;
}

a {
  color: white;
}
.footer-section4 i{
    color: #ffbb03;
    font-size: 22px;
    padding: 0 8px 0 0;
}
.footer-section-4{
    text-align: center;
    padding:15px 0 0 0;
}
.footer-serv{
    padding: 0px;
    margin: 0px 0 0 0;
}

/*end footer section*/



.pt-4 {
    padding-top: 1.5rem !important;
}

.text-centent p {
    color: #000;
    line-height: 35px;
    font-size: 16px;
    padding: 5px 0;
}

.text-centent a {
    color: #000000;
    text-transform: uppercase;
    display: block;
    font-weight: 800;
}

.footer-right1 {
    padding: 10px 10px 0;
}

.footer-right2 {
    padding: 20px 16px 40px;
}

.footer-heading strong {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 6px;
    color: #4a148c;
    font-weight: 500;
}

.info p {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #3b3b3b;
}

.info i {
    font-size: 17px;
    color: #c70000;
    text-transform: capitalize;
    padding: 4px 0 8px;
    display: block;
    font-weight: 600;
}

.info span {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 7px 0 0;
    color: #4a148c;
}

.text-center {
    text-align: center !important;
}

.copy p {
    color: #3b3b3b;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0 0;
}
  
#callbook {
  background: green;
  bottom: 0;
  height: 50px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 9999;
}

#callbook ul {
    padding: 0px;
    float: left;
    width: 100%;
}

#callbook ul li {
  border-bottom: 1px solid #fff;
  background: red;
  position: relative;
  padding: 21px 0px;
  width: 50%;
  list-style: none;
  float: left;
  text-align: center;
}

#callbook ul li a span {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    top: -15px;
    text-decoration: none;
}

#callbook ul li a i {
    color: #fff;
    position: relative;
    top: -13px;
    padding: 0 5px 0 0;
    font-size: 16px;
}

#callbook ul li a {
    line-height: 41px;
}

#callbook ul li a i {
    animation: pulsate 0.5s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 0.5s ease-out;
    -webkit-animation-iteration-count: infinite;
}

@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;
    }
}
@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
    .main-services1 {
        width: 33.3333%;
        float: left;
    }
}

@media(min-width:640px) and (max-width:767px) {
    .main-services1 {
        width: 50%;
        float: left;
    }

    .tophead-left1 {
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .head-logo {
        width: 100%;
        text-align: center;
    }

    .head-right1 {
        width: 100%;
    }

    .head-number a {
        font-size: 28px;
        margin: 0;
        padding: 0;
    }
}

@media(min-width:480px) and (max-width:639px) {
    .main-services1 {
        width: 50%;
        float: left;
    }

    .tophead-left1 {
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .head-logo {
        width: 100%;
    }

    .head-right1 {
        width: 100%;
    }

    .head-number a {
        font-size: 28px;
        margin: 0;
        padding: 0;
    }
      #callbook {
    display: block;
  }
}

@media(min-width:320px) and (max-width:479px) {
    .tophead-left1 {
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .head-logo {
        width: 100%;
    }

    .head-right1 {
        width: 100%;
    }

    .head-number a {
        font-size: 28px;
        margin: 0;
        padding: 0;
    }

    .head-number p {
        font-size: 24px;
        padding-top: 5px;
    }

    .head-list {
        display: none;
    }

    .main-services1 {
        width: 50%;
        float: left;
    }

    .main_heading h1 a {
        font-size: 35px;
    }

    .our-services4 {
        width: 100%;
        position: relative;
        padding: 0;
    }

    .our-services3 {
        width: 100%;
        padding: 0;
    }

    .main-services2 span {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }
      #callbook {
    display: block;
  }
}