@import url('../css2');
@import url('../css2-1');

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/circle.png);
    background-attachment: fixed;
    background-size: cover;
}

img {
    max-width: 100%;
}

body {
    font-family: "Urbanist", sans-serif;
}

.hdd {
    font-family: "Chau Philomene One", sans-serif;
}

.header {
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}

.banner3 {
    
    width: 100%;
}
.otherservice {
    margin: -25px 0 0;
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
}

.otherservices1 {
    padding: 0 12px 30px;
    text-align: center;
}

.otherservices2 {
    background: #fff;
    padding: 0 15px 15px;
    border-radius: 10px;
    text-align: center;
}

.otherservice-name {
    padding: 3px 10px 3px;
    color: #520512;
    font-weight: 800;
    font-size: 19px;
    text-transform: capitalize;
    background: #febd00;
    border-radius: 0 0 20px 20px;
}

.otherservices2 i {
    padding: 0;
    color: #500b33;
    font-weight: 300;
    font-size: 80px;
}

.aboutus-section {
    background: linear-gradient(45deg, red, darkred);
    position: relative;
    z-index: 1;
    overflow: hidden;
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.about-heading {
    text-align: center;
    padding: 0;
}

.about-heading span {
    font-weight: 600;
    padding: 0px 15px 4px;
    color: #000000;
    font-size: 18px;
    text-transform: capitalize;
    display: inline-block;
    background: #fff;
    border-radius: 0 0 20px 20px;
}

.about-heading strong {
    font-weight: 500;
    padding: 2px 0 0;
    font-size: 77px;
    text-transform: capitalize;
    display: block;
    color: #febd01;
}

.about-us-content {
    padding: 0;
}

.about-us-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    color: #ffffff;
    padding: 8px 0;
    text-align: justify;
}

.about-us-content p strong {
    color: #febd01;
    font-weight: 600;
}

.about-us-content ul {
    padding: 7px 0 8px;
    background: #fff;
    margin: 12px 0;
    border-radius: 15px;
}

.about-us-content ul li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 31px;
    color: #000000;
    padding: 7px 15px;
    background: #febd002e;
    width: 48%;
    margin: 8px 10px;
    border-radius: 10px;
}

.about-us-content ul li i {
    color: #ffffff;
    font-size: 21px;
    padding: 4px 0 0;
    display: inline-block;
    font-weight: 600;
    background: linear-gradient(45deg, red, darkred);
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 18px;
    border-radius: 20px;
    margin: 0 7px 0 0;
}

.aboutus-section:before {
    position: absolute;
    content: '';
    background-image: url(../images/circle.png);
    background-size: auto;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0;
    top: -504px;
    min-width: 1168px;
    min-height: 1168px;
    display: flex;
    z-index: -1;
    animation: rotate 15s linear infinite;
    opacity: .1;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.services-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.services-heading span {
    color: #000000;
    background: #febd00;
    padding: 3px 15px 4px;
}

.services-heading strong {
    color: #520512;
}

.services-1 {
    padding: 15px;
}

.ser-contac {
    background: linear-gradient(45deg, red, darkred);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 0;
    border-radius: 25px 25px 0 0;
}

.ser-contac a {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #520512;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    margin: 0 0 -22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.ser-contac a i {
    font-weight: 600;
}

.service_card_content {
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    background: #fff;
    padding: 35px 15px 15px;
}

.service_card_content strong {
    color: #520512;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
}

.service_card_content p {
    color: #272727;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.service_card_img img {
    border: 5px solid #5f1670;
    border-bottom: 0;
}

.ser-contac span {
    font-size: 17px;
    font-weight: 800;
    padding: 3px 20px 1px;
    text-transform: capitalize;
    color: #000000;
    display: inline-block;
    background: #febd00;
    border-radius: 20px;
    margin: 0 0 -22px;
}

.case-solv {
    background: #febd00;
    float: left;
    width: 100%;
}

.case-1 {
    padding: 30px 15px 0;
    text-align: center;
}

.inner {
    background: #fff;
    border-radius: 200px 200px 0 0;
}

.icon-box i {
    font-size: 64px;
    color: #ffffff;
    font-weight: 500;
    background: linear-gradient(45deg, red, darkred);
    border-radius: 50%;
    width: 135px;
    height: 135px;
    text-align: center;
    line-height: 139px;
    box-shadow: 0px 0px 0 20px #ffffff;
}

.counter-title {
    padding: 3px 12px 3px;
}

.counter-title span {
    font-size: 20px;
    font-weight: 700;
    color: #520512;
    padding: 10px 0 5px;
    text-transform: capitalize;
    display: inline-block;
}

.counter-title p {
    color: #272727;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.why-heading span {
    background: #ffffff;
}

.testimonials {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.testimonials-1 {
    padding: 15px 15px;

}

.testimonials-2 {
    padding: 0;
}

.quote {
    position: relative;
    background: linear-gradient(45deg, red, darkred);
    text-align: center;
    font-size: 70px;
    color: #fff;
    padding: 0;
}

.client-msg {
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    background: #fff;
    padding: 25px 15px 20px;
    overflow: hidden;
}

.client-msg span {
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 5px 15px 4px;
    background: #f5c126;
    position: relative;
    z-index: 1;
    border-radius: 0 40px 40px 0;
}

.client-msg span:before {
    position: absolute;
    content: '';
    left: -91px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: #f5c126;
    z-index: -1;
}

.client-msg p {
    text-align: justify;
    color: #272727;
    padding: 10px 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.client-img {
    background: linear-gradient(45deg, red, darkred);
    text-align: center;
    padding: 35px 15px 0;
    border-radius: 0 50px 0 0;
}

.client-img img {
    border-radius: 50%;
    box-shadow: 0 0 0 9px white;
    height: 100px;
}

.top-srv-sec {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.top-srv-1 {
    padding: 15px 15px 15px 30px;
}

.top-srv-2 {
    padding: 0;
}

.top-srv-img {
    padding: 0;
    text-align: left;
}

.top-srv-img img {
    width: 100%;
    border-radius: 15px 15px 12px 0;
}

.top-srv-text {
    padding: 0 15px 25px;
    background: #f5c126;
    margin: 0 0 0 -15px;
    overflow: hidden;
    border-radius: 12px 0 0 0;
}

.top-srv-title {
    padding: 0;
}

.top-srv-title span {
    text-transform: uppercase;
    color: #520512;
    font-weight: 900;
    font-size: 18px;
    padding: 10px;
    display: inline-block;
    background: white;
    border-radius: 0 0 15px 15px;
    line-height: 20px;
}

.top-srv-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    color: #000000;
    padding: 8px 0 0;
    text-align: justify;
}

.top-srv-contact {
    padding: 10px 0 0;
}

.top-srv-contact a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 5px 15px 5px;
    background: green;
    position: relative;
    z-index: 1;
    border-radius: 0 40px 40px 0;
}

.top-srv-contact a:before {
    position: absolute;
    content: '';
    left: -91px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: green;
    z-index: -1;
}

.list-section {
    background: linear-gradient(45deg, red, darkred);
    overflow: hidden;
    position: relative;
    z-index: 0;
    float: left;
    width: 100%;
}

.list-section:before {
    position: absolute;
    content: '';
    background-image: url(../images/circle.png);
    background-size: auto;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0;
    top: -504px;
    min-width: 1168px;
    min-height: 1168px;
    display: flex;
    z-index: -1;
    animation: rotate 15s linear infinite;
    opacity: .1;
}

.list-design {
    padding: 0 12px;
}

.list-design ul {
    text-align: center;
}

.list-design ul li {
    margin: 15px 0;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    display: flex;
    padding: 12px 15px 12px 30px;
    align-items: center;
    justify-content: left;
    background: #ffffff14;
    border: 1px solid #ffffff52;
    border-radius: 50px;
}

.list-design ul li:before {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    content: "";
    background: #ffffff;
    left: 3px;
    top: 0px;
    position: absolute;
}

.copyryt {
    background: #f5c126;
    text-align: center;
    padding: 15px 0;
    position: relative;
    z-index: 1;
    border-radius: 50px 0 0 0;
}

.copyryt:before {
    position: absolute;
    content: '';
    right: -140px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: #f5c126;
    z-index: -1;
}

.disclaimer {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    padding: 0 15px 5px;
    text-align: center;
    color: #000000;
}

.copyryt1 span {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    color: #cd0037;
    text-align: center;
    padding: 5px 12px 6px;
    display: block;
    background: #fff;
    border-radius: 0 50px 50px 0;
}


.header-top {
  float: left;
  width: 100%;
  background: linear-gradient(45deg, red, darkred);
}
.headertop1 {
    float: left;
    width: 100%;
    font-size: 25px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 5px;
    font-weight: 600;
   
}
.headertop1 a{
    color: #fff;
}
.headertop2 {
    color: #000;
    background: #f5c126;
    padding: 13px 55px 5px;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
    position: absolute;
    z-index: 1;
    margin: 0 0 -1px;
}
.header-bottom1  {
    float: left;
    width: 100%;
    font-size: 20px;
    background: #f5c126;
    text-align: center;
    font-weight: 600;
   
    color: #000;
    line-height: 40px;
    animation: shd 0.6s infinite;
}
@keyframes shd
{
    0% {
        text-shadow: 0 0 10px #520512;
    }
    50% {
        text-shadow: 0 0 30px #5f1670;
    }
    100% {
        text-shadow: 0 0 10px #520512;
    }
}.header-bottom1  {
    float: left;
    width: 100%;
    font-size: 20px;
    background: red;
    text-align: center;
    font-weight: 600;
   
    color: yellow;
    line-height: 40px;
    animation: shd 0.6s infinite;
}
@keyframes shd
{
    0% {
        text-shadow: 0 0 10px #520512;
    }
    50% {
        text-shadow: 0 0 30px #5f1670;
    }
    100% {
        text-shadow: 0 0 10px #520512;
    }
}

@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
    .top-srv-sec .col-md-6{width: 50%;}
}
@media(min-width:640px) and (max-width:767px){.headertop1 {
    font-size: 18px;
  }
  .headertop2 {
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
  }.about-heading strong {
    font-size: 45px;
  }
  .about-us-content ul li {
    width: 90%;
  }
}
@media(min-width:480px) and (max-width:639px)
{.headertop1 {
    font-size: 18px;
  }
  .headertop2 {
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
  }.about-heading strong {
    font-size: 45px;
  }
  .about-us-content ul li {
    width: 90%;
  }
  .header .container-fluid {
  padding: 0;
}
.headertop2 {
  clip-path: none;
}
.services-1 {
  float: left;
  width: 100%;
}
.header-top .container-fluid {
  padding: 0;
}
.header-top .container-fluid .col-sm-6 {
  padding: 0;
}
.headertop2 {

  padding: 5px 55px 5px;
} 
.header-bottom1 .container-fluid {
  padding: 0;
}
 .header-bottom1 {
    line-height: 28px;
    padding: 15px 10px;
  }
}
@media(min-width:320px) and (max-width:479px)
{.headertop1 {
    font-size: 18px;
  }
  .headertop2 {
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
  }.about-heading strong {
    font-size: 45px;
  }
  .about-us-content ul li {
    width: 90%;
  }
  .header .container-fluid {
  padding: 0;
}
.headertop2 {
  clip-path: none;
}
.services-1 {
  float: left;
  width: 100%;
}
.header-top .container-fluid {
  padding: 0;
}
.header-top .container-fluid .col-sm-6 {
  padding: 0;
}
.headertop2 {

  padding: 5px 55px 5px;
}
.header-bottom1 .container-fluid {
  padding: 0;
}
 .header-bottom1 {
    line-height: 28px;
    padding: 15px 10px;
  }
}