@import url('https://fonts.googleapis.com/css2?family=Marmelad&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/bg.png);
    background-attachment: fixed;
    background-size: cover;
}

img {
    max-width: 100%;
}

body {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
}

.hdd {
    font-family: "Marmelad", sans-serif;
    font-weight: 600;
}

.header {
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}

.banner3 {
    float: left;
    width: 100%;
}

.adddd {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    background: #ffc302;
    font-weight: bold;
    animation: blinker 0.5s linear infinite;
}

@keyframes blinker {
    0% {
        color: #bd0101;
    }

    100% {
        color: #000;
    }
}

.just {
    float: left;
    width: 100%;
   padding-bottom: 50px;
}

.single-schedule {
    position: relative;
    text-align: left;
    z-index: 3;
    border-radius: 5px;
    background-image: linear-gradient(35deg, #bd0101, #bd0101, #ef1515);
    transition: all .3s ease-out 0s;
}

.single-schedule .inner {
    overflow: hidden;
    position: relative;
    padding: 20px;
    z-index: 2;
}

.single-schedule .icon i {
    position: absolute;
    font-size: 110px;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: -1;
    visibility: visible;
    opacity: 1;
    right: -25px;
    bottom: -30px;
}

.single-schedule span {
    display: block;
    color: #fff;
}

.single-schedule h4 {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    color: #ffc302;
    margin-top: 13px;
}

.single-schedule p {
    color: #fff;
    margin: 0;
    margin-top: 22px;
    margin-bottom: 0px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
}

.single-schedule a {
    color: #fff;
    margin-top: 25px;
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.btn {
    color: #fff;
    padding: 13px 25px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    background-image: linear-gradient(35deg, #ef1515, #fa4b4b, #ffc302);
    position: relative;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border: none;
    border-radius: 0;
    border-radius: 4px;
}

.single-schedule a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0%;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-schedule a:hover:before {
    width: 100%;

}

.single-schedule a:hover {
    color: #fff;
}

.schedule .single-schedule:hover {
    transform: translateY(-5px);
}

.bannerdesign-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.bannerdesign-section1 {
    padding: 0;
    position: relative;
}

.banner-right1 {
    padding: 0 0 0 0px;
}

.banner-right2 {
    padding: 0;
}

.banner-ram {
    padding: 0;
    overflow: hidden;
}

.banner-ram img {
    margin: 0 auto;
    display: block;
}

.image-round {
    position: absolute;
    left: 0;
    top: -0px;
    height: 470px;
    right: 0;
    margin: auto;
    z-index: -1;
    animation: rotation 15s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner-left1 {
    padding: 0 0 0 0px;
}

.banner-left2 {
    padding: 0;
}

.whychoose-section {
    padding: 0px;
    text-align: left;
}

.whychoose-section span {
    background: #ffc302;
    color: #000;
    padding: 9px 20px 5px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
}

.whychoose-section strong {
    font-size: 35px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    background: -webkit-linear-gradient(90deg, #bd0101, #bd0101 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.choose-design {
    padding: 10px 20px 0 20px;
    margin-top: 30px;

}

.choose-design1 {
    padding: 10px;
}

.choose-1 {
    padding: 20px 15px;
    margin-bottom: 20px;
}

.choose-2 {
    padding: 19px 0px 0px;
    border-radius: 0%;
    background: #ffffff;
    box-shadow: 0 0 5px #cccccc;
    border-radius: 16px;
}

.choose-3 {
    padding: 0px 0px 0px;
    background: #ffc302;
    border-radius: 0 0 10px 10px;
    text-align: center;
    z-index: 9;
}

.choose-3:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background: url(../images/cir.png) no-repeat;
    opacity: 0.1;
    z-index: -9;
    background-position: bottom;
}

.choose-3 span {
    height: 120px;
    width: 120px;
    border-radius: 20%;
    line-height: 90px;
    border: 12px solid #ffffff;
    display: block;
    margin: -73px auto 0;
    background: linear-gradient(90deg, #bd0101, #bd0101 80%);
}

.choose-3 span img {
    height: 60px;
    filter: brightness(0) invert(1);
}

.choose-3 strong {
    font-size: 24px;
    font-weight: 700;
    margin: 11px 0 11px;
    padding: 0px 0px 0px;
    border-bottom: 0;
    color: #bd0101;
    display: inline-block;
    text-transform: uppercase;
}

.testi {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.aboutus-heading {
    padding: 0;
    text-align: center;
}

.aboutus-heading span {
    background: #ffc302;
    color: #000;
    padding: 9px 20px 5px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}

.aboutus-heading strong {
    font-size: 50px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    background: -webkit-linear-gradient(90deg, #bd0101, #bd0101 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aboutus-heading img {
    float: none;
    display: table;
    margin: 0 auto;
    width: 30%;
}

.testimonials1 {
    padding: 10px;
    margin-top: 30px;
}

.testimonials2 {
    padding: 10px 0 20px;
    background: -webkit-linear-gradient(#bd0101, #bd0101);
}

.testimonials3 {
    padding: 19px 24px 0px;
    position: relative;
}

.testimonials3 p {
    color: #ffffff;
    font-size: 17px;
    line-height: 31px;
    text-align: center;
    margin: 0 0 40px 0;
    font-weight: 400;
}

.testimonials4 {
    padding: 0px 0 0px;
    text-align: center;
}

.testimonials4 .testi-pic {
    padding: 10px 0;
    position: relative;
    background: #ffc302;
    margin: -28px 0 0 0;
}

.testimonials4 .testi-pic img {
    border-radius: 50%;
    border: 4px solid #ffffff;
    height: 70px;
    padding: 2px;
}

.testimonials4 .testi-text {
    /* width: 70%; */
    padding: 0;
    margin: 20px 0 0px;
}

.testi-text p {
    font-size: 26px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
}

.testi-text span {
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 5px;
    font-weight: 600;
    display: inline-block;
    padding: 0;
}
.about-part {
    background-image: url(../images/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    float: left;
    width: 100%;
}
.about-part .aboutus-heading strong
{
    background: -webkit-linear-gradient(90deg, #ffc302, #fff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.a-desc{
    color: #ffffff;
    font-size: 17px;
    line-height: 31px;
    text-align: left;
    margin: 0 0 40px 0;
    font-weight: 400;
}
.about-part .aboutus-heading img
{
    margin-bottom: 20px;
}.why-add {
    padding: 0 0 22px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #ffc302;
}.why-add p {
    padding: 20px;
    font-size: 25px;
    font-weight: 600;
    line-height: 33px;
    color: #282c28;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
}.why-add a {
    padding: 12px 15px 10px;
    font-size: 30px;
    font-weight: 900;
    line-height: 33px;
    color: #f9fded;
    text-align: center;
    text-transform: uppercase;
    background: -webkit-linear-gradient(90deg, #bd0101, #bd0101 80%);
    display: block;
}

.main-sv-sec {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.main-sv-1 {
    padding: 35px 15px 0;
}

.main-sv-2 {
    padding: 15px 15px 0;
    border-radius: 10px;
    text-align: center;
}

.main-sv-3 {
    border: 1px solid #ffc302;
    padding: 25px;
    position: relative;
    z-index: -1;
    float: left;
    width: 100%;
}

.main-sv-img img {
    border: 8px solid #bd0101;
    float: left;
    width: 100%;
}

.main-sv-4 {
    padding: 0 15px 15px;
    background: linear-gradient(3deg, #bd0101, #bd0101);
    border-radius: 0 0 10px 10px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 50px;
    margin-top: -50px;
}

.main-sv-4 span {
    color: #000;
    font-size: 26px;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    padding: 2px 15px 6px;
    margin-top: -63px;
    position: relative;
    background: #ffc302;
    line-height: 33px;
    border-radius: 0 40px;
}

.main-sv-4 p {
    line-height: 30px;
    font-weight: 600;
    font-size: 17px;
    color: white;
    padding: 8px 0 12px;
}

.main-sv-4 a {
    display: block;
    background: green;
    padding: 0 0 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    border-radius: 50px;
}


.tophead-section {
    background: #bd0101;
}

.head-align {
    align-items: flex-end;
    justify-content: center;
}

.top-add1 {
    padding: 0;
    text-align: right;
}

.top-add2 {
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    padding: 9px 12px 0px;
    text-transform: capitalize;
    display: block;
    text-align: center;
}

.top-add1 {
    padding: 0;
    text-align: right;
}

.top-add3 p {
    padding: 13px 10px 9px;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    line-height: 25px;
    animation: txt-blnk 0.6s infinite;
}

@keyframes txt-blnk {
    0% {
        color: #fff;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #ffea00;
    }
}
.footer-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: linear-gradient(3deg, #bd0101, #bd0101);
}
.footer-left1 {
    padding: 20px 10px 0;
}
.footer-left2 strong {
    font-size: 41px;
    line-height: 44px;
    font-weight: 800;
    display: block;
    text-transform: uppercase;
    color: #ffc302;
}
.footer-left2 p {
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    padding: 10px 0 10px;
}
.footer-left2 .readmore {
    font-size: 15px;
    color: #bb001a;
    text-transform: uppercase;
    font-weight: 800;
    background: white;
    display: inline-block;
    border-radius: 50px;
    padding: 3px 12px 2px;
    animation: txt-blnk1 0.6s infinite;
}
.footer-right1 {
    padding: 20px 0 0 40px;
}
.footer-right2 {
    padding: 0px;
}.footer-right2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.footer-right2 ul li {
    padding: 3px 18px 3px 7px;
    background: linear-gradient(3deg, #bd0101, #bd0101);
    margin: 0px 0 40px;
    text-align: left;
    border-radius: 50px 0 0 50px;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    z-index: 0;
}.footer-right2 ul li span {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    color: #bb001a;
    background: #ffc302;
    font-size: 23px;
    box-shadow: 0 0 0 12px #fff;
    border: 2px solid #fff;
}.footer-right2 ul li span i {
    font-weight: 600;
}.footer-right2 ul li a {
    color: #fff;
    font-size: 18px;
    width: 80%;
    line-height: 24px;
    padding: 0 0 0 29px;
    font-weight: 400;
    text-transform: capitalize;
}
.disclaimer {
    padding: 20px 0 12px;
    text-align: center;
    font-size: 13px;
    font-weight: 100;
    line-height: 22px;
    color: #ffffffb5;
    border-top: 1px solid #ffffff12;
}
.copyryt1 {
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
    padding: 0;
    display: block;
}
.copyryt1 {
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
    padding: 0;
    display: block;
}

.services {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.services1 {
    margin-top: 30px;
}

.services2 {
    position: relative;
    border-radius: 145px 0 0 0;
    padding: 0;
    text-align: center;
    background: linear-gradient(90deg, #bd0101, #bd0101 80%);
    border: 1px solid #ffc302;
}

.services3 {
    text-align: left;
    padding: 0 0 15px;
    margin: 0 0 0 -25px;
}

.services3 img {
    width: 250px;
    border: 9px solid #fff;
    border-radius: 50%;
}

.services4 {
    padding: 0 20px 0;
}

.services4 strong {
    font-size: 27px;
    font-weight: 800;
    display: block;
    position: relative;
    color: #ffc302;
    text-transform: capitalize;
}

.services4 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    color: #fff;
    padding: 0px 0 15px;
}

.services-call {
    padding: 0 0 0 20px;
    text-align: right;
}

.services-call a {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    padding: 4px 15px 2px;
    font-weight: 700;
    animation: blk1 0.9s infinite;
    border-radius: 15px 0 0 0;
}

@keyframes blk1 {
    0% {
        background: #ffc302;
        color: #000;
    }

    50% {
        background: #fff;
        color: #bd0101;
    }

    100% {
        background: #ffc302;
        color: #000;
    }
}


@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
    .main-sv-sec .col-md-6{width: 50%;}
    .about-part .col-sm-5{width: 100%;}
    .about-part .col-sm-7{width: 100%;}
    .just  .col-md-6{margin-bottom: 20px;}
    .services .col-md-6{width: 50%;}
    .testi .col-sm-4{width: 50%;}
}
@media(min-width:640px) and (max-width:767px){ .aboutus-heading strong {
    font-size: 35px;
}
.main-sv-3 {
    margin-top: 30px;
  }
  .aboutus-heading img {
    width: 100%;
  }
  .single-schedule {
    margin-bottom: 20px;
  }
  .services2 {
    float: left;
    width: 100%;
    margin-top: 30px;
  }
}
@media(min-width:480px) and (max-width:639px)
{ .aboutus-heading strong {
    font-size: 35px;
}
.main-sv-3 {
    margin-top: 30px;
  }
  .aboutus-heading img {
    width: 100%;
  }
  .single-schedule {
    margin-bottom: 20px;
  }
  .services2 {
    float: left;
    width: 100%;
    margin-top: 30px;
  }
}
@media(min-width:320px) and (max-width:479px)
{
    .aboutus-heading strong {
        font-size: 35px;
    }
    .main-sv-3 {
        margin-top: 30px;
      }
      .aboutus-heading img {
        width: 100%;
      }
      .single-schedule {
        margin-bottom: 20px;
      }
      .services2 {
        float: left;
        width: 100%;
        margin-top: 30px;
      }
      .header .container-fluid {
  padding: 0;
}
}
