@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&display=swap');


body {
    font-family: "Mukta", sans-serif;
}
.header .container {
  padding: 0;
}
.hdd {
    font-family: "Bubblegum Sans", sans-serif;
}

.main-container {
    float: left;
    width: 100%;
}

.awards-section {
  float: left;
  width: 100%;
}
.awards-section .choose-heading {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
.awrdds {
  float: left;
  width: 100%;
  margin: 0;
}
.gallery-section {
  float: left;
  width: 100%;
  background-color: yellow;
  padding: 3%;
}
.gallery-section .choose-center2.text-center {
  padding: 1%;
}
.gallery-section .awaed {
  float: left;
  width: 100%;
  padding-top: 25px;
}
.awaed {
  float: left;
  width: 100%;
}
.awaed img {
  border: 5px solid #f85f41;
}
.awards-section .choose-center2 {
  padding: 0;
}
img {
    max-width: 100%;
}

#callbook {
    background: green;
    bottom: 0;
    height: 50px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 100;
}

#callbook ul {
    padding: 0px;
}

#callbook ul li {
    border-bottom: 1px solid #fff;
    background: red;
    position: relative;
    padding: 21px;
    width: 50%;
    list-style: none;
    float: left;
    text-align: center;
}

#callbook ul li a span {
    color: #fff;
    font-size: 18px;
    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;
    }
}


.ban3 {
    float: left;
    width: 100%;
}

.ban3 img {
    float: left;
    width: 100%;
}

.aboutus-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-design {
    border-top: 0;
    border-radius: 0 0 40px 40px;
}

.religion-design strong {
    display: block;
    font-size: 50px;
    font-weight: 400;
    border-bottom: 1px solid #ff7237;
    text-align: center;
    color: #090909;
    text-transform: capitalize;
    background: linear-gradient(#db156f 17%, #ff7237 76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.design-religion {
    margin: 29px 14px 0;
    box-shadow: 4px 2px 8px #00000052;
    border-radius: 220px;
    background: linear-gradient(#db156f 17%, #ff7237 76%);
}

.religion-design1 {
    padding: 0;
    width: 20%;
}

.religion-design2 {
    padding: 20px 10px;
}

.religion-design2 span {
    height: 120px;
    width: 120px;
    margin: 0 auto;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.religion-design1 img {
    height: 99px;
}

.aboutus-2 {
    padding: 110px 0 0 0;
}

.about-heading h1 {
    font-size: 57px;
    font-weight: 600;
    border-bottom: 1px solid #ff7237;
    padding: 0px 0 0 0px;
    color: #dc2430;
    text-transform: capitalize;
    background: linear-gradient(#db156f 17%, #ff7237 76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Oleo Script", system-ui;
}

.about-heading p {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.about-content p {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
  padding: 0px 0 10px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.about-content p strong {
    color: #e42d60;
    font-weight: 600;
    font-size: 16px;
}

.aboutus-image2 {
    padding: 40px 0 0;
}

.aboutus-imagegod {
    text-align: center;
    margin-top: 40px;
}

.aboutus-1 {
    text-align: center;
    margin-top: -50px;
}

.list-design {
    padding: 10px 0px 0px 0px;
}

.list-design {
    padding: 10px 0px 0px 0px;
}

.list-design ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-design ul li {
    margin: 12px 0 0;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    display: block;
    background: #fff600;
    padding: 14px 0px 10px 0px;
    border-radius: 50px;
}
.list-design ul li a {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

.services-section {
    background: linear-gradient(to left, #e9385a 17%, #ff7237 76%);
    padding: 100px 0 80px;
    float: left;
    width: 100%;
}

.services-heading {
    position: relative;
}

.services-heading span {
    font-size: 17px;
    padding: 5px 19px 5px 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #b00b3e;
    position: relative;
    background: #f8f700;
    display: inline-block;
}

.services-heading strong {
    font-size: 68px;
    display: block;
    border-bottom: 1px solid #f8f700;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    font-family: "Oleo Script", system-ui;
}
.othet-header.headers {
  font-size: 58px;
  text-transform: capitalize;
  color: #eb0000;
  background: linear-gradient(#db156f 17%, #ff7237 76%);
    background-clip: border-box;
  background-clip: border-box;
  display: block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Oleo Script", system-ui;
  border-bottom: 1px solid #fa663e;
}
.services-heading p {
  color: #fff9da;
  font-size: 20px;
  padding: 9px 0% 0 0px;
  line-height: 32px;
  font-weight: bold;
}
.services-1 {
    padding: 10px;
}

.services-2 {
    padding: 25px 25px;
    background: #fff;
    border-radius: 30px 30px 30px 30px;
    margin-top: 30px;
}

.services-3 img {
    border: 9px solid #f8f700;
}
.services-3 strong {
  display: block;
  padding: 10px 0px 0px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 25px;
  color: #e9385a;
}

.services-4 p {
  color: #000;
  line-height: 28px;
  padding: 6px 0 16px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.services-4 a {
    color: #fff;
    background: linear-gradient(to left, #db156f 17%, #ff7237 76%);
    display: block;
    border-radius: 50px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.whychoose-section {
    padding: 0px 0 100px;
}

.choose-center2 {
    padding: 70px 0 0px 0;
}

.choose-heading p {
    color: #323232;
    text-transform: capitalize;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
}

.choose-heading strong {
    font-size: 58px;
    text-transform: capitalize;
    color: #eb0000;
    background: linear-gradient(#db156f 17%, #ff7237 76%);
    display: block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Oleo Script", system-ui;
    border-bottom: 1px solid #fa663e;
}

.choose-content a {
    display: block;
}

.choose-content a b {
    margin: 0;
    padding: 0px 0 0;
    font-size: 28px;
    font-weight: 700;
    display: block;
    color: #2ebe41;
    text-transform: uppercase;
}

.choose-content a span {
    color: #fff;
    padding: 0px 23px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 37px;
    display: block;
    background: #2ebe41;
    margin: 0 auto;
}

.choose-bottom1 {
    padding: 10px;
    margin-top: 30px;
}

.choose-left2 {
    padding: 30px 0;
    background: linear-gradient(#db156f 17%, #ff7237 76%);
    border-radius: 20px;
}

.choose-left2 span {
    display: block;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    line-height: 88px;
    margin: 0 auto;
    background: #fff;
    border: 6px solid #fc693d6e;
}

.choose-content p {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  padding: 0px 0px 14px;
  margin-top: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.choose-left2 span {
    display: block;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    line-height: 88px;
    margin: 0 auto;
    background: #fff;
    border: 6px solid #fc693d6e;
}

.choose-left2 span img {
    height: 60px;
}

.choose-left2 strong {
    text-transform: capitalize;
    color: #ca0000;
    background: #fff;
    padding: 5px 28px 5px;
    border-radius: 50px;
    display: inline-block;
    margin: 15px 0 0;
    font-size: 18px;
}

.choose-left2 p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  padding: 6px 20px 0;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.testimonials1 {
    padding: 10px;
}

.testimonials2 {
    padding: 32px 0px 0px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 0 15px 0px #e0e0e0c9;
    border-bottom: 3px solid #fa653f;
}

.testimonials3 strong {
    background: linear-gradient(0deg, #db156f 0%, #ff7237 100%);
    padding: 3px 0 35px 0px;
    display: block;
    text-align: center;
}

.testimonials3 strong p {
    font-size: 17px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
}

.testimonials3 strong i {
    color: #ff0;
    margin: -1px 0 0;
    font-style: normal;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}

.testimonials3 span {
    padding: 0;
    display: block;
    margin: -28px 0 0;
}

.testimonials3 span img {
    border: 6px solid #ffffff;
    border-radius: 50%;
}

.testimonials4 {
    position: relative;
    padding-bottom: 32px;
}

.testimonials4 p {
  color: #000;
  font-weight: 400;
  padding: 9px 20px 13px;
  line-height: 31px;
  font-size: 18px;
  font-weight: bold;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.testimonials4 i {
    color: #fa653f;

    font-size: 16px;
}
.footer-section {
    padding: 0;
    background: linear-gradient(to left, #db156f 17%, #ff7237 76%);
}

.footer-section1 {
    padding: 50px 0 30px;
}

.footer-about1 {
    padding: 0;
}

.footer-about2 {
    padding: 0;
    text-align: left;
}

.footer-about2 strong {
    font-size: 24px;
    text-transform: capitalize;
    color: #f8f700;
    font-weight: 400;
    padding: 0px 0 0;
    font-family: "Bubblegum Sans", sans-serif;
}

.footer-about2 strong span {
    background-image: linear-gradient(to bottom right, #000, #ff834f);
    padding: 2px 5px 3px 7px;
    margin: 0 6px 0 0;
}
.footer-about2 p {
  color: #ffffff;
  line-height: 30px;
  margin: 0;
  padding: 9px 0 0;
  font-size: 16px;
  font-weight: bold;
}

.footer-right1 {
    padding: 10px 0px 0 20px;
}

.footer-right2 {
    padding: 0;
}

.footer-contact1 {
    text-align: left;
    padding: 0 10px 0 7px;
}

.footer-contact2 {
    padding: 0px;
}

.title {
    display: block;
    color: #f8f700;
    font-size: 23px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    font-weight: 400;
    font-family: "Bubblegum Sans", sans-serif;
}

.footer-contact2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-contact2 ul li {
  padding: 10px 0;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}

.footer-contact2 li i {
    color: #f8f700;
    padding: 0 5px 0 0;
}

.footer-contact3 {
    padding: 0px 0px;
}
.banner-border img{max-width: 100%;}
.footer-contact3 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-contact3 ul li {
  padding: 5px 0;
  text-transform: capitalize;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.footer-contact3 li i {
    color: #f8f700;
    font-weight: 500;
    display: inline-block;
    font-size: 17px;
    padding: 0px 7px 0 0px;
}

.copy-right {
    padding: 0px 0 10px;
    margin-top: 0px;
    text-align: center;
}

.copy-right p {
    color: #f8f700;
    font-weight: 600;
    font-size: 14px;
    margin: 11px 0 0 0;
    display: inline-block;
    padding: 10px 0 0 0px;
    border-top: 1px solid #fff;
}
.copy-right span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 0;
  line-height: 26px;
  font-weight: bold;
}
.headers {
    float: left;
    width: 100%;
    font-size: 35px;
    color: #db156f;
    text-align: center;
    font-family: "Bubblegum Sans", sans-serif;
}


.othet-ser {
    float: left;
    width: 100%;
    padding: 50px;
}

.othet-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 10px 0px 0px 0px;
}

.serv5 {
    padding: 15px 20px;
    float: left;
    width: 100%;
    position: relative;
}

.serv6 {
    padding: 15px 0px 15px 129px;
    background: linear-gradient(to left, #db156f 17%, #ff7237 76%);
    border-radius: 50px;
    margin: 19px 0px;
    transition: all 0.6s ease 0s;
    position: relative;
}

.serv7 {
    position: absolute;
    height: 130px;
    width: 130px;
    left: -14px;
    top: -7.5px;
    box-shadow: #000;
    border-radius: 50%;

}

.serv7 img {
    border-radius: 50%;
    height: 130px;
    width: 130px;
    border: 4px solid #fff;
}

.serv6 h2 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding: 0px;
}

.serv6 h2 span {
    color: #ff0;
}

.serv6 p {
  color: #fff;
  padding: 0px;
  font-weight: bold;
  font-size: 20px;
}

.serv6:hover .serv7 img {
    transform: rotate(360deg);
    transition: all 0.6s ease 0s;
}



.top-section {
    float: left;
    width: 100%;
    padding: 0px 20px;
}

.top-section1 {
    padding: 10px 61px 4px;
    background: #db156f;
    color: #ffffff;
    font-size: 18px;
    /* outline: 1px solid #fff; */
    outline-offset: -6px;
    font-weight: 600;
    /* border-radius: 50px; */
    clip-path: polygon(0 0, 100% 0, 96% 100%, 5% 100%);
}

.header {
    float: left;
    width: 100%;
}

.header {
    float: left;
    width: 100%;
    padding: 10px 0px;
}

.header1 {
    float: left;
    width: 100%; margin-top: 20px;
}


.header-logo-right {
    padding: 0;

}

.header-logo-right-2 {
    padding: 0;
    display: flex;
    justify-content: right;
    align-items: center;
}

.head-line {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    padding: 8px 0 5px;
    text-align: center;
    border-radius: 50px;
    line-height: 32px;
}

.head-icon ul {
    padding: 8px 0 0 21px;
}

.head-icon ul li {
    padding: 0px 4px;
    display: inline-block;
}

.head-icon ul li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 0 50% 50%;
    background: #ffffff;
    color: #db156f;
    font-size: 21px;
    font-weight: 600;
    border: 4px solid #f8f700;
    padding: 0 0 0 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.header-logo-right-3 {
    padding: 3px 0 0;
    display: flex;
}

.header-logo-right-3 span {
    font-size: 19px;
    color: #ffffff;
    text-transform: capitalize;
    padding: 8px 18px 9px;
    text-align: center;
    border-radius: 50px;
    background: #db156f;
}

.header-logo-right-3 p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    padding-left: 10px;
}

.top-head-sec-1 {
    padding: 0;
    background: #db156f;
    float: left;
    width: 100%;

}
.header2 {
    float: left;
    width: 100%;
}

.headder-border {
    float: left;
    width: 100%;
    text-align: center;
}

.headder-border img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #ffc104;
}

.headder-border span {
    float: left;
    width: 100%;
    font-size: 16px;
    padding-top: 5px;

    color: #000;
}

.headder-border p {
    float: left;
    width: 100%;
    font-size: 15px;

    color: #ca0101;
}

.top-head-sec-2 {
    padding: 0;
}

.top-left {
    padding: 0;
}

.top-left {
    padding: 0;
}

.top-left-1 {
    font-size: 19px;
    color: #ffffff;
    text-transform: capitalize;
    padding: 10px 0 10px;
    display: inline-block;
    text-align: left;
}

.top-right {
    padding: 0;
}

.top-right-1 {
    font-size: 19px;
    color: #000;
    text-transform: capitalize;
    padding: 10px 0 10px;
    text-align: center;
    background: #f8f700;
    display: inline-block;
    float: left;
    width: 100%;
}


.contact-form form span input {
    float: left;
    width: 97%;
    height: 40px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.contact-form form span textarea {
    float: left;
    width: 100%;
}

.contact-form {
  float: left;
  width: 100%;
  background-color: #b30400;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 3px 3px 3px #313131;
  margin-top: 35px;
}
.form-title {
    float: left;
    width: 100%;
    color: #ffb400;
    text-align: center;
    font-size: 36px;
    padding-bottom: 20px;
    font-family: 'Pirata One', cursive;
}
.contact-container {
  float: left;
  width: 100%;
  background-color: #db156f;
  padding: 40px;
}
.contact-container form span {
    float: left;
    width: 33%;
}
.contact-container form span input {
  float: left;
  width: 95%;
  height: 43px;
  border: 0px;
  border-radius: 20px;
  padding: 10px;
}
.contact-container form span label {
    float: left;
    width: 100%;
    font-size: 18px;
    margin-top: 30px;
    color: #fff;
}
.contact-container form span textarea {
  float: left;
  width: 100%;
  border: 0px;
  border-radius: 20px;
  padding: 20px;
}
.contact-container form span.discription {
    float: left;
    width: 97%;
}
.contact-container button {
  background-color: #e1de6b;
  color: #000;
  font-size: 20px;
  padding: 10px 30px;
  border: 0;
  margin-top: 20px;
}
.contact-container .why-header.why-header2.hdd {
  color: #fff;
  font-family: "Saira Condensed", sans-serif;
  font-size: 38px;
  font-family: "Bigshot One", serif;
}
@keyframes smothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.banner_container img {
    float: left;
    width: 100%;
}

.banner_container {
    float: left;
    width: 100%;
}

#callbook {
    background: green;
    bottom: 0;
    height: 50px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 100;
}

#callbook ul
{
  padding: 0px;
  float: left;
  width: 100%;
}

#callbook ul li {
    border-bottom: 1px solid #fff;
    background: red;
    position: relative;
    padding: 21px;
    width: 50%;
    list-style: none;
    float: left;
    text-align: center;
}

#callbook ul li a span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  top: -15px;
  font-family: 'Philosopher', sans-serif;
  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){
    .header .col-sm-5{
        width: 100%;
        text-align: center;
    }
    .header .col-sm-7{
        width: 100%;
    }
}
@media(min-width:640px) and (max-width:767px){.header2{
    display: none;
  }.header-logo-right-2 {
    padding: 0;
    display: contents;
    align-items: center;
    float: left;
    width: 100%;
  }
  .head-icon ul {
    text-align: center;
  }
  .religion-design strong {
    display: block;
    font-size: 35px;
  }.design-religion {
    text-align: center;
    float: left;
  }.aboutus-imagegod {
    text-align: center;
    margin-top: 0;
  } 
}
@media(min-width:480px) and (max-width:639px)
{.header2{
    display: none;
  }.header-logo-right-2 {
    padding: 0;
    display: contents;
    align-items: center;
    float: left;
    width: 100%;
  }
  .head-icon ul {
    text-align: center;
  }
  .religion-design strong {
    display: block;
    font-size: 35px;
  }.design-religion {
    text-align: center;
    float: left;
  }.aboutus-imagegod {
    text-align: center;
    margin-top: 0;
  } .othet-ser {
    padding: 50px 0px;
  }
  .serv6 h2 {
    font-size: 20px;
  }
    #callbook {
    display: block;
  }
  .services-heading strong {
  font-size: 40px;
}
.services-heading strong {
  font-size: 40px;
}
.choose-heading strong {
  font-size: 40px;
}
.othet-header.headers {
  font-size: 40px;
}
}
@media(min-width:320px) and (max-width:479px)
{.header2{
    display: none;
  }.header-logo-right-2 {
    padding: 0;
    display: contents;
    align-items: center;
    float: left;
    width: 100%;
  }
  .head-icon ul {
    text-align: center;
  }
  .religion-design strong {
    display: block;
    font-size: 35px;
  }.design-religion {
    text-align: center;
    float: left;
  }.aboutus-imagegod {
    text-align: center;
    margin-top: 0;
  } .othet-ser {
    padding: 50px 0px;
  }
  .serv6 h2 {
    font-size: 20px;
  }
    #callbook {
    display: block;
  }
  .top-section {
  padding: 0;
}
.top-section .container-fluid {
  padding: 0;
}
.header .col-sm-7 {
  padding: 0 !important;
}
.header .container {
  padding: 0;
}
  .design-religion {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .religion-design1 {
  padding: 0;
  width: 50%;
  float: left;
}
.services-heading strong {
  font-size: 40px;
}
.choose-heading strong {
  font-size: 40px;
}
.othet-header.headers {
  font-size: 40px;
}
}