@import url('https://fonts.googleapis.com/css2?family=Reggae+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.header {
    float: left;
    width: 100%;
    padding: 10px 0px;
    background: linear-gradient(to bottom, #ffc10780, #fff);
}
.header-left {
    float: left;
    width: 70%;
}
.header-left img{
    float: left;
    width: 100%;
}
.header-right {
    float: left;
    width: 100%;
}
.hd-right-p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 19px;
    color: white;
    font-family: 'Roboto', sans-serif;
    
}
p.hdr-p1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 19px;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.header-right span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
}
.header-right span a{
color: #ffc107;
}
p.hdr-p2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 19px;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.right-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #84010e;
    font-family: 'Reggae One', cursive;
}
.right-header-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: black;
    font-family: 'Roboto', sans-serif;
    -webkit-animation: 0.3s blink alternate infinite;
    animation: 0.3s blink alternate infinite;
    font-weight: bold;
}
.head-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #84010e;
    padding: 5px 0px;
   
}
.head-color i
{
    color: #ffc107;
    padding-right: 5px;
}
@-webkit-keyframes blink {
    from {color: white;}
    to {color:#84010e;}
  }
  .text1 {
    float: left;
    width: 100%;
    background: #ffc107;
    font-size: 20px;
    color: black;
    padding: 5px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    z-index: 1;
}
.float-banner {
    float: left;
    width: 100%;
  
    padding: 100px 0px;
    position: relative;
  background-image: url(../images/child.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    z-index: 1;
}
.float-banner::before
{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    z-index: -1;
    background: #000000c4;
}
.float-inner {
    float: left;
    width: 100%;
    text-align: center;
}
.float-header {
    float: left;
    width: 100%;
    font-size: 45px;
    color: #ffc107;
    font-family: 'Reggae One', cursive;
}
.float-title {
    float: left;
    width: 100%;
    font-size: 30px;
    color: white;
    font-family: 'Reggae One', cursive;
    padding: 20px 15px;
}
.float-inner ul {
    color: white;
    display: inline-flex;
    font-size: 20px;
   font-family: 'Reggae One', cursive;
}
.float-inner li {
    list-style: none;
    padding: 0px 45px;
}
.float-inner i.fa.fa-phone {
    background: #ffc107;
    color: black;
    padding: 8px 15px;
    border: 2px solid #ffc107;
}
.float-inner i.fa.fa-whatsapp {
    background: #ffc107;
    color: black;
    padding: 8px 15px;
    border: 2px solid #ffc107;
}
.float-inner i.fa.fa-phone::before {
  padding-right: 5PX;
}
.float-inner i.fa.fa-whatsapp::before {
    padding-right: 5PX;
  }

  .float-banner2 {
    float: left;
    width: 100%;
  
    padding: 100px 0px;
    position: relative;
  background-image: url(../images/family.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    z-index: 1;
}
.float-banner2::before
{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    z-index: -1;
    background: #000000c4;
}

.float-header2 {
    float: left;
    width: 100%;
    font-size: 45px;
    color: #ffc107;
    font-family: 'Reggae One', cursive;
}
.banner_container {
    float: left;
    width: 100%;
}
.banner_container img{
    float: left;
    width: 100%;
}


.copyrt {
    width: 100%;
    
    float: left;  
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 20px;
    color: black;
    background: white;
    }
    
    .last-row
    {
    float: left;
    width: 100%;
    }
    .cal
    {
    
    bottom: 0px;
    left: 10px;
    position: fixed;
    z-index: 1111;
    
    }
    
    .whatsaapp img {
        -webkit-animation: mover 0.5s infinite  alternate;
        animation: mover 0.5s infinite  alternate;
    }
    .cal img {
        -webkit-animation: mover 0.5s infinite  alternate;
        animation: mover 0.5s infinite  alternate;
    }
    @-webkit-keyframes mover {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    @keyframes mover {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    
    .whatsaapp
    {
    
    bottom: 0px;
    right: 16px;
    position: fixed;
    z-index: 1111;
    
    }

    .abt-us {
        float: left;
        width: 100%;
        padding: 50px 0px;
       
        position: relative;
        z-index: 1;
    }
    .abt-us::before
    {
        content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: inherit;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.4;
    background-attachment: fixed;
    }
    .abt-header {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 45px;
        padding-bottom: 30px;
        color: #84010e;
      font-family: 'Reggae One', cursive;
    }
    .abt-desc {
        float: left;
        width: 100%;
        text-align: justify;
        font-size: 20px;
        color: black;
        font-family: 'Roboto', sans-serif;
        padding: 10px;
    }
   
    .abt-desc li
    {
        list-style: none;
    }
    .abt-desc i
    {
        color: #84010e;
    }
    .abt-clr {
        float: left;
        width: 100%;
        background: #ffffffbd;
    }
    .text2 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 25px;
        padding: 20px;
        background-color: black;
        color: white;
        font-family: 'Roboto', sans-serif;
    }
    .text2 a
    {
        color: #ffc107;
        animation: 0.3s blink1 alternate infinite;
    }
    @-webkit-keyframes blink1 {
        from {color: white;}
        to {color:#ffc107;}
      }
      .best-services {
        float: left;
        width: 100%;
        padding: 50px 0px;
        z-index: 1;
        position: relative;
    }
    .best-header {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 45px;
        color: #85010e;
        font-family: 'Reggae One', cursive;
    }
    .best-line {
        float: left;
        width: 100%;
        text-align: center;
    }
    .best-line img {
        float: none;
        text-align: center;
        margin: 0 auto;
        display: table;
    }
    .best-sub {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 25px;
        font-family: 'Roboto', sans-serif;
        color: #ffc107;
        padding-bottom: 20px;
    }
  
    .best-border {
        float: left;
        width: 100%;
        background: #00000008;
        padding: 10px;
        margin-bottom: 20px;
        border: 2px solid #84010e;
    }
    .best-img {
        float: left;
        width: 100%;
    }
    .best-img img{
        float: left;
        width: 100%;
        transition: 0.6s;
    outline: 0px solid #ffc107;
    outline-offset: -100px;
    box-shadow: none;
    border-radius: 0px;
   
    }
    .best-border:hover .best-img img
    {
        outline: 4px solid #ffc107;
        outline-offset: 0px;
    }
    .best-title {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 25px;
        color: #84010e;
        font-family: 'Reggae One', cursive;
    }
    
    .best-call {
        float: left;
        width: 88%;
        text-align: center;
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
       padding-top: 5px;
    }
    .best-call a {
        color: white;
        background: black;
        padding: 5px 10px;
        border: 2px solid #84010e;
    }
    .best-list {
        float: left;
        width: 100%;
        padding: 20px 10px;
        border: 2px solid #84010e;
        background-color: #ffc107;
    }
    .best-list-header {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 30px;
        color: #84010e;
        font-family: 'Reggae One', cursive;
    }
.best-list ul {
    font-size: 25px;
    color: black;
}
.best-list li {
    list-style: none;
}
i.fa.fa-location-arrow {
    color: #84010e;
    padding-right: 10px;
}
 
.footer {
    float: left;
    width: 100%;
    padding: 30px 0px;
    background: black;
}
.footer-header {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 30px;
    color: #ffc107;
   font-family: 'Reggae One', cursive;
    padding-bottom: 10px;
}
.footer-list {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 15px;
    color: white;
    font-family: 'Roboto', sans-serif;

}
.footer-img {
    float: left;
    width: 100%;
    padding-top: 30px;
}

.footer li
{
    list-style: none;
}
.footer i
{
    color: #ffc107;
    padding-right: 5px;
}
.foot-img {
    float: left;
    width: 100%;
}
.footer-img img {
    float: none;
    margin: 0 auto;
    display: table;
    width: 100%;
}
.fa-facebook {
  background: #yellow;
  color: white;
  padding: 20px;
  margin: 5px 2px;
  font-size: 30px;
  width: 50px;
}
.fa-instagram {
  background: #yellow;
  color: white;
  padding: 20px;
  margin: 5px 2px;
  font-size: 30px;
  width: 50px;
}
.fa:hover {
    opacity: 0.9;
}
.testi {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background-color: white;
}
.test-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #84010e;
    font-family: 'Reggae One', cursive;
    padding-bottom: 30px;
}

.testi-border {
    float: left;
    width: 100%;
    background-color: #ffc107;
    padding: 10px;
}
.testi-desc {
    font-size: 20px;
    text-align: center;
    color: black;
    padding: 15px 0px;
    font-family: 'Roboto', sans-serif;
    border-top: 1px solid #84010e;
}
.testi-img {
    float: left;
    width: 100%;
}
.testi-img img {
    float: none;
    margin: 0 auto;
    display: table;
    border-radius: 50%;
    border: 2px solid #84010e;
    padding: 3px;
}
.testi-name {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding-top: 5px;
    color: #84010e;
   font-family: 'Reggae One', cursive;
    border-bottom: 1px solid #84010e;
}
.banner3 {
    float: left;
    width: 100%;
}
.banner3 img{
    float: left;
    width: 100%;
}

.why-us {
    float: left;
    width: 100%;
 padding-top: 50px;
 padding-bottom: 90px;
}
.why-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #84010e;
    font-family: 'Reggae One', cursive;
    margin-bottom: 30px;
}

.why-icon {
    float: left;
    width: 100%;
    text-align: end;
    font-size: 20px;
    -webkit-animation: 0.3s blink alternate infinite;
    animation: 0.3s blink alternate infinite;
}

.why-num {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: black;
    font-family: 'Roboto', sans-serif;
}
.why-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: black;
    font-family: 'Roboto', sans-serif;
}
.why-box {
    float: left;
    background: #ffc107;
    width: 200px;
    height: 200px;
    position: relative;
    z-index: 1;
    border-radius: 50% 5% 50% 50%;
}
.why-box {
    margin-bottom: 50px;
    float: none;
    margin: 0 auto;
        margin-bottom: 0px;
    display: table;
    margin-bottom: 60px;
}
.counter-content {
   
    height: 200px;
    width: 200px;
    padding: 55px 28px;
    position: relative;
    z-index: 1;
   
}

.counter-content::before {
    content: '';
    width: 92%;
    height: 92%;
    border: 13px solid #84010e;
    border-left: 13px solid rgb(0 0 0 / 8%);
    border-radius: 50% 50%;
    transform: translateX(-50%) translateY(-50%) rotate( 
30deg
 );
    position: absolute;
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    left: 5%;
    top: 3%;
  
}
.why-box::after {
    content: '';
    background: linear-gradient(
45deg
,transparent 49%,#ffc107 50%);
    width: 80px;
    height: 100px;
    position: absolute;
    bottom: -44px;
    left: 25px;
    z-index: -1;
}
@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}
.why-box:hover .counter-content::before
{ border-left: 13px solid #84010e;
}


.other-service {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: linear-gradient( 
180deg
 , #d6920e 35%, #84010e 35%);
}
.other-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    padding-bottom: 30px;
    font-family: 'Reggae One', cursive;
    color: white;
}
.service-border {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 20px;
   
}
.service-border::before
{
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    z-index: -1;
    background: #ffffffbd;
}
.other-border {
    float: left;
    width: 100%;
    padding: 10px;
    background: white;
    margin-bottom: 30px;
    border: 2px solid black;
}
.other-img {
    float: left;
    width: 100%;
   
}
.other-img img{
    float: left;
    width: 100%;
  
}
.other-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #84010e;
    font-family: 'Reggae One', cursive;
}
.contact-part {
    float: left;
    width: 80%;
    text-align: center;
    padding: 10px 0px;
}
.contact-part ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}
.contact-part li
{
    padding: 0px 5px;
}
.contact-part li a
 {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #d6920e;
    border: 1px solid #84010e;
  
    z-index: 1;
    padding: 4px 15px;
    font-size: 20px;
}

.contact-part li a:hover
{
    color: #84010e;
    background: #d6920e;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.other-border:hover .other-img {
   
    transition: 0.9s;
    transform: rotateY(360deg);
    }



@media(min-width:320px) and (max-width:479px)
{
    .hd-right-p {
        font-size: 18px;
    }
    p.hdr-p1 {
        
        font-size: 18px;
    }
    p.hdr-p2 {
        
        font-size: 18px;
    }
    .header-right span {
      
        font-size: 18px;
      
    }
    .right-header {
        font-size: 20px;
    }
    .right-header-title {
        font-size: 18px;
    }
    .text1 {
        font-size: 18px;
    }
    .text2 {
        font-size: 19px;
    }
    .abt-header {
        font-size: 35px;
    }
    .abt-desc {
        font-size: 18px;
    }
    .float-header {
        font-size: 30px;
    }
    .float-title {
        font-size: 25px;
    }
    .float-inner ul {
      
        display: inline-grid;
        font-size: 18px;
     
    }
    .float-inner i.fa.fa-phone {
       
        margin-bottom: 20px;
    }
    .best-header {
        font-size: 35px;
    }
    .best-sub {
        font-size: 20px;
    }
    .best-title {
        font-size: 20px;
    }
    .best-call {
        font-size: 12px;
        width: 90%;
    }
    .best-list-header {
        font-size: 25px;
    }
    .best-list ul {
        font-size: 19px;
        color: black;
    }
    .why-header {
        font-size: 30px;
    }
    .why-box {
        margin-bottom: 50px;
    }
    .why-us {
        padding-bottom: 0px;
    }
    .float-header2 {
        font-size: 30px;
    }
    .test-header {
        font-size: 35px;
    }
    .testi-border {
        margin-bottom: 30px;
    }
    .testi-desc {
        font-size: 18px;
    }
    .testi-name {
        font-size: 20px;
    }
    .footer-list {
        font-size: 18px;
    }
    .other-header {
        font-size: 35px;
    }
    .contact-part li {
        padding: 0px 0px;
    }


}
@media(min-width:480px) and (max-width:639px)
{
    .other-header {
        font-size: 35px;
    }
    .testi-border
    {
        margin-bottom: 30px;
    }
    .why-box 
    {
        margin-bottom: 50px;
        margin-left: 30px;
    }
}
@media(min-width:640px) and (max-width:767px){
    .testi-border
    {
        margin-bottom: 30px;
    }
    .why-box {
        margin-bottom: 50px;
        margin-left: 30px;
    }
   
}
@media(min-width:768px) and (max-width:991px){
.header .col-sm-5
{
    width: 100%;
}
.header .col-sm-7
{
    width: 100%;
}
.header-right span {
  
    font-size: 18px;
    
}
.other-service .col-sm-4
{
    width: 50%;
}
.best-services .col-sm-8
{
    width: 100%;
}
.best-services .col-sm-4
{
    width: 100%;
}
.why-us .col-sm-3
{
    width: 50%;
    margin-bottom: 90px;
    padding-bottom: 0px;
}
.testi .col-sm-4
{
    width: 50%;
    margin-bottom: 30px;
}
.footer .col-sm-4
{
    width: 50%;
}
}
@media(min-width:992px) and (max-width:1200px){
    .header .col-sm-5
    {
        width: 100%;
    }
    .header .col-sm-7
    {
        width: 100%;
    }
    .best-call {
      
        font-size: 18px;
       
    }
    .best-list ul {
        font-size: 18px;
        color: black;
    }
    .footer .col-sm-4
{
    width: 50%;
}
}
@media(min-width:1201px) and (max-width:1650px){
    .header-right span {
       
        font-size: 17px;
       
    }
    
    
}