@import url('../css2');
@import url('../css2-1');

body {
    font-family: "Livvic", sans-serif;
    font-weight: 500;
}

.hdd {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
}

.main-container {
    float: left;
    width: 100%;
    background: url(../images/bgg.png);
    background-attachment: fixed;
    overflow: hidden;
}

#callbook {
    background: green;
    bottom: 0;
    height: 43px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 999999;
}

#callbook ul {
    padding: 0px;
}

#callbook ul li {
    background: #c70000;
    position: relative;
    padding: 9px 21px 26px;
    width: 50%;
    list-style: none;
    float: left;
    text-align: center;
}

#callbook ul li:last-child {
    background: green;
}

#callbook ul li a span {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    top: 0px;
    text-transform: uppercase;
}


.slider_container {
  position: relative;
  width: 100%;
  height: 100;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.slider {
  position: relative;
  width: 400%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  animation: 5s cubic-bezier(1, 1, 1, 1) sliding infinite;
}
.slide {
  position: relative;
  min-width: 100%;
  height: 100%;
}
.slide img {
  width: 100%;
  height: 100%;
}
.slide .caption {
  position: absolute;
  left: 0;
  bottom: 5%;
  font-size: 5rem;
  font-weight: 600;
  color: white;
  text-transform: capitalize;
  background: rgba(0, 0, 0, 0.348);
  backdrop-filter: blur(10px);
  padding: 1rem 5rem;
  border-radius: 0 2rem 2rem 0;
}
.slide.one {
  background: rgb(182, 19, 109);
}
.slide.two {
  background: rgb(255, 64, 64);
}
.slide.three {
  background: rgb(11, 173, 188);
}
@keyframes sliding {
 0%   { transform: translateX(0%); }
  10%  { transform: translateX(0%); }
  33%  { transform: translateX(-100%); }

  /* img2 */
  55%  { transform: translateX(-100%); }
  66%  { transform: translateX(-200%); }

  /* img3 */
  88%  { transform: translateX(-200%); }
  100% { transform: translateX(0%); } /* back to first */
}



.counter-secq {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-title {
    padding: 0 0 25px;
    text-align: center;
}

.about-title span {
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 700;
    display: block;
    color: #000000;
}

.about-title strong {
    text-transform: capitalize;
    padding: 0;
    font-size: 45px;
    font-weight: 800;
    display: inline-block;
    line-height: 90px;
    background: linear-gradient(360deg, #bd1121, #bc5a10);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.counterq-1 {
    padding: 30px 15px 0;
}

.count-iconq i {
    width: 65px;
    height: 42px;
    line-height: 47px;
    background: #bd1121;
    text-align: center;
    color: #fff;
    border-radius: 500px 500px 0 0;
    font-size: 26px;
}

.count-upq {
    background: white;
    padding: 5px 0 15px 72px;
    border-radius: 0 15px 15px 15px;
    position: relative;
    box-shadow: 0 0 7px #bd1121;
}

.counter-countq {
    color: #000;
    font-size: 32px;
    font-weight: 800;
    text-transform: capitalize;
}

.count-upq span {
    color: #bd1121;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: -15px 0 0;
    display: inline-block;
}

.count-upq:after {
    content: "";
    font-size: 17px;
    text-align: center;
    position: absolute;
    background: linear-gradient(360deg, #bd1121, #bc5a10);
    width: 9px;
    height: 95%;
    left: 27px;
    margin: 0 auto;
    bottom: 6px;
    z-index: 0;
    border-radius: 0 0 20px 20px;
}

.main-sv-secs {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    z-index: 2;
}

.main-svs-1 {
    padding: 35px 15px 0;
}

.main-svs-2 {
    padding: 15px 15px 0;
    background: #ffd30326;
    border-radius: 10px;
    text-align: center;
}

.main-svs-3 {
    border: 1px solid #fff900;
    padding: 25px;
    position: relative;
    z-index: -1;
}

.main-sv-imgs img {
    border: 8px solid #bd1121;
    float: left;
    width: 100%;
}

.main-svs-4 {
    padding: 0 15px 15px;
    background: red;
    border-radius: 0 0 10px 10px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 50px;
    margin-top: -50px;
}

.main-svs-4 span {
    color: #bd1121;
    font-size: 22px;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    padding: 2px 15px 6px;
    margin-top: -63px;
    position: relative;
    background: #fff;
    line-height: 33px;
}

.main-svs-4 p {
    line-height: 30px;
    font-weight: 600;
    font-size: 17px;
    color: white;
    padding: 8px 0 12px;
}

.main-svs-4 a {
    display: block;
    background:green;
    padding: 0 0 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.main-svs-1 {
    padding: 35px 15px 0;
}

.main-svs-chat {
    padding: 15px 0 0px;
}

.main-sv-chats img {
    width: 100%;
    border-radius: 15px;
}

.about {
    float: left;
    width: 100%;
}

.about-sectionq {
    border: 1px solid #c70000;
    padding: 50px 40px 0px 40px;
    border-top: 0;
}
.about-us-contentq {
    padding: 0 0 25px;
}

.about-us-contentq p {
    color: #272727;
    padding: 5px 0;
    text-align: justify;
    line-height: 30px;
    font-weight: 600;
    font-size: 17px;
}

.about-us-contentq p strong {
    color: #bd1121;
    font-weight: 600;
}
.side1 img
{
    float: left;
    width: 100%;
    text-align: center;
}
.ourservices {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.services-1 {
    padding: 40px 15px 0;
}

.services-2 {
    background: red;
    padding: 15px 15px 0;
    overflow: hidden;
    border-radius: 30px;
    text-align: center;
}

.services-3 {
    margin: -50px 0 0;
}

.services-3 img {
    border: 9px solid #bd1121;
    width: 100%;
}

.services-4 strong {
    font-size: 25px;
    padding: 0 10px;
    text-transform: capitalize;
    color: #bd1121;
    display: block;
    background: #fff;
    margin: -32px 0 0;
    position: relative;
    border: 1px solid;
}

.services-4 p {
    color: white;
    padding: 8px 0 15px;
    line-height: 30px;
    font-weight: 600;
    font-size: 17px;
}

.services-4 a {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 5px 15px 11px;
    background:green;
    text-transform: capitalize;
    display: block;
    margin: 0 0 -3px;
    border-radius: 20px 20px 0 0;
}

.services-4 a i {
    padding: 5px;
}

.awards-sec {
    float: left;
    width: 100%;
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}

.award-heading p {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 0px 15px 5px;
    background: #bd1121;
    text-transform: capitalize;
    display: block;
    text-align: center;
}

.pt-3 {
    padding-top: 1rem !important;
}

.awards-1 {
    padding: 12px;
}

.awards-2 img {
    width: 100%;
}

.award-right1 {
    text-align: center;
    padding: 15px 15px 20px;
    border-radius: 20px;
    background: url(../images/bg1.jpg);
}

.award-right1 strong {
    color: #bd1121;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
}

.award-right1 p {
    color: #000000;
    line-height: 30px;
    font-weight: 600;
    font-size: 17px;
}

.award-right1 a {
    color: #000000;
    font-size: 35px;
    font-weight: 900;
    text-transform: capitalize;
    display: block;
    padding: 0 0 6px;
    animation: bounce infinite;
    animation-duration: 1s;
    line-height: 50px;
}

@keyframes bounce {
    0% {
        color: #bd1121;
    }

    100% {
        color: #000;
    }
}

.award-right1 i {
    color: #bd1121;
    font-size: 80px;
    font-weight: 700;
    text-transform: capitalize;
}

.testi-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.testi-1 {
    padding: 30px 15px 25px;
}

.testi-2 {
    padding: 0;
}

.quote-icon {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    background: #bd1121;
    border-radius: 12px 12px 0 0;
    padding: 0 15px;
}

.test-box {
    padding: 15px 15px 20px;
    text-align: center;
    border: 1px solid #bd1121;
    border-radius: 0 0 12px 12px;
    border-top: 0;
}

.name strong {
    font-size: 21px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
}

.name span {
    font-size: 18px;
    color: #bd1121;
    font-weight: 700;
    text-transform: capitalize;
}

.msg p {
    color: #272727;
    padding: 5px 0;
    line-height: 30px;
    font-weight: 600;
    font-size: 17px;
}

.msg span {
    color: #bd1121;
    padding: 5px 0 0;
    font-weight: 600;
    font-size: 17px;
    display: inline-block;
}

.marksection {
    padding: 0;
    background: red;
  }
  
  .marksection1 {
    padding: 40px 0 30px;
  }
  
  .mark-left1 {
    padding: 0;
    text-align: center;
  }
  
  .mark-left2 {
    padding: 10px;
  }
  
  .mark-left2:before {
    background: #fff900;
    content: "";
    position: absolute;
    height: 110px;
    width: 50%;
    left: 0;
    top: 34px;
  }
  
  .mark-left2 span {
    height: 150px;
    width: 150px;
    line-height: 140px;
    display: block;
    background: #fff900;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 9;
    margin: 0 0 0 30px;
  }
  
  .mark-left2 span:before {
    height: 120px;
    width: 120px;
    background: #ffffff;
    content: "";
    left: 0px;
    right: 0;
    margin: 14px auto 0;
    position: absolute;
    border-radius: 50%;
    z-index: -9;
  }
  
  .mark-left2 span img {
    /* filter: brightness(0) invert(1); */
    height: 67px;
  }
  
  .mark-right1 {
    padding: 0 0px 0 0px;
    text-align: left;
  }
  
  .mark-right2 {
    padding: 0 0px;
    text-align: center;
    color: #fff;
  }
  
  .mark-right2 strong {
    padding: 0px;
    display: block;
    font-size: 50px;
    font-weight: 500;
    color: #fff900;
    text-transform: capitalize;
    margin: 0;
  }
  
  .mark-right3 {
    padding: 10px 0 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .mark-right3 p {
    width: 60%;
    padding: 0px 20px 0 0px;
    font-size: 17px;
    line-height: 34px;
   
    text-transform: capitalize;
    margin: 0;
  }
  
  .mark-right3 a {
    width: 40%;
    line-height: 71px;
    padding: 0px;
    background: #fff900;
    font-size: 41px;
    font-weight: 500;
    color: #bd1121;
    text-transform: capitalize;
    display: block;
  }
  
.top-left {
    padding: 0;
    text-align: center;
    background: #bd1121;
  }
  
  .top-left-1 {
    color: #fff900;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 0px 3px;
  }
  
  .marquee {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    overflow: hidden;
    /* pointer-events: none; */
  }
  
  .marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    --offset: 2rem;
    --move-initial: calc(-25% + var(--offset));
    /* --move-final: calc(-50% + var(--offset)); */
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 10s linear infinite;
    animation-play-state: paused;
    animation-play-state: running;
    /* transition-duration: 2s; */
  }
  
  .marquee span {
    white-space: nowrap;
    padding: 11px 25px 8px;
    text-shadow: 0 0 20px #fff900;
  }
  
  @keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }
  
    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
  }
  
  .top-left-1 p {
    color: #fff900;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 15px 3px;
    background: #bd1121;
    animation: animate 0.8s linear infinite;
  }
  
  @keyframes animate {
    0% {
        text-shadow: 0 0 5px #fff900;
    }
  
    50% {
        text-shadow: 0 0 20px #fff900;
    }
  
    100% {
        text-shadow: 0 0 20px #fff900;
    }
  }
  
  
  .top-right {
    padding: 0px 5px 10px;
    position: relative;
    margin-bottom: -68px;
    float: right;
  }
  
  .top-right:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 75%;
    display: block;
    background-color: #fff900;
  }
  
  .top-right-1 {
    position: relative;
    text-align: center;
  }
  
  .top-right-1 p {
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 6px 15px 5px;
    text-align: center;
    background: #bd1121;
  }
  
  .toplist1 ul li {
    padding: 7px 15px 63px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #000;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
  }
  
  .toplist1 li span {
    position: absolute;
    height: 52px;
    width: 52px;
    bottom: 0;
    color: #fff;
    right: 0;
    margin: 0 auto;
    left: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #000;
    font-size: 21px;
    box-shadow: 0 0px 0px 6px #ffffff;
    background: #bd1121;
  }
  
  /* top header section end */
  
  
  
  
  
  /* head section start */
  .head-align {
    align-items: flex-end;
  }
  
  .head-left1 {
    padding: 0;
  }
  
  .head-right1 {
    padding: 0;
    text-align: right;
  }
  
  .head-right2 {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 70px;
  }
  
  .head-left2 img {
    max-width: 100%;
    margin-top: -20px;
    margin-bottom: 10px;
}
  .head-right2 .head-call {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 800;
    padding: 0 15px 0 0;
    animation: bounce infinite;
    animation-duration: 1s;
    color: #ffffff;
    display: inline-block;
  
  }
  
  @keyframes bounce {
    0% {
        color: #bd1121;
    }
  
    100% {
        color: #000;
    }
  }
  
  .head-right2 .head-text {
    text-transform: capitalize;
    font-size: 21px;
    font-weight: 500;
    color: #ffffff;
    padding: 1px 23px 2px;
    background: #bd1121;
    display: inline-block;
    border-radius: 40px;
  }
  
  /* head section end */
  
  /* head line section start */
  .headline-sec {
    padding: 0;
    background: #fff900;
    animation: 1s blink infinite;
  }
  
  @keyframes blink {
    0% {
        background: #bd1121;
    }
  
    50% {
        background: #000;
    }
  
    100% {
        background: #bd1121;
    }
  }
  
  .headline-left1 {
    padding: 0;
  }
  
  .headline-left2 span {
    font-weight: 700;
    padding: 0px 0 3px;
    font-size: 25px;
    text-transform: capitalize;
    display: inline-block;
    color: #ffffff;
    margin-top: 5px;
  }
  
  .headline-right1 {
    padding: 0;
  }
  
  .headline-right2 span {
    font-weight: 900;
    padding: 4px 15px 4px;
    color: #bd1121;
    font-size: 25px;
    text-transform: uppercase;
    display: block;
    background: #fff900;
    text-align: center;
  }
  
  
  .services-heading {
    text-align: center;
    padding: 0;
  }
  
  .services-heading p {
    margin: 0;
  }
  
  .services-heading p span {
    height: 2px;
    display: inline-block;
    margin: 0px 0px 3px 0px;
    width: 50px;
    position: relative;
       background: linear-gradient(360deg, #bd1121, #bc5a10);
  }
  
  .services-heading p span:before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: "";
    top: -9px;
       background: linear-gradient(360deg, #bd1121, #bc5a10);
    left: 0px;
    border-radius: 50px;
  }
  
  .services-heading i {
       background: linear-gradient(360deg, #bd1121, #bc5a10);
    color: #000;
    padding: 7px 20px 7px;
    text-shadow: 1px -1px 6px #bd1121;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .services-heading p .bgicon-right:before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: "";
    top: -9px;
       background: linear-gradient(360deg, #bd1121, #bc5a10);
    left: 0px;
    border-radius: 50px;
    right: 0;
    left: auto;
  }
  
  .services-heading strong {
    font-size: 47px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    color: #bd1121;
  }

.footer {
    padding: 42px 15px 0;
    float: left;
    width: 100%;
    background:#bd1121;
  }
  
  .head-align {
    align-items: center;
  }
  
  .footer-left {
    padding: 0;
  }
  
  .footer-left-1 {
    padding: 0;
    text-align: center;
  }
  
  .foot-contac {
    padding: 0 28px;
  }
  
  .foot-leftt {
    padding: 0;
  }
  
  .foot-contac {
    padding: 0 28px;
  }
  
  .foot-leftt {
    padding: 0;
  }
  
  .foot-leftt-1 {
    padding: 0 25px 0 0;
  }
  
  .foot-leftt-1 img {
    background: #fff;
    border-radius: 12px;
    max-width: 100%;
  }
  
  .foot-rightt {
    padding: 0;
  }
  
  .foot-rightt-1 {
    padding: 0;
  }
  
  .footer-about {
    padding: 0 27px 0;
    text-align: left;
    border-left: 1px dashed #ffffff2e;
  }
  
  .footer-about span {
    text-align: center;
    padding: 2px 18px 2px;
    font-size: 21px;
    font-weight: 600;
    line-height: 31px;
    color: #000;
    text-transform: capitalize;
    background: #fff900;
    border-radius: 40px 40px 0;
  }
  
  .footer-about p {
    padding: 10px 0 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 33px;
    color: #fff;
  }
  
  .footer-about p strong {
    color: #fff900;
   
  }
  
  .footer-right {
    padding: 0 0 0 20px;
  }
  
  .footer-right-1 {
    padding: 0;
  }
  
  .footer-contact1 {
    padding: 0px 5px 0;
  }
  
  .footer-contact2 {
    padding: 20px 4px;
    text-align: center;
  }
  
  .footer-contact2 span {
    height: 85px;
    width: 85px;
    line-height: 74px;
    border-radius: 50%;
    background: #fff900;
    text-align: center;
    display: block;
    margin: 0 auto;
    animation: pulse2 2s linear infinite;
    outline: #fff900 solid 2px;
    border: 6px solid #bd1121;
    color: #bd1121;
    font-size: 34px;
  }
  
  .footer-contact2 span i {
    font-weight: 600;
  }
  
  .footer-contact2 strong {
    display: block;
    color: #fff900;
    padding: 26px 0 0px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
  }
  
  .footer-contact2 a {
    display: block;
    padding: 0px 0px 0;
    border-radius: 60px;
    font-size: 18px;
   
    color: #fff;
  }
  
  .footer-contact1 {
    padding: 0px 5px 0;
  }
  
  .footer-contact2 {
    padding: 20px 4px;
    text-align: center;
  }
  
  .footer-contact2 span {
    height: 85px;
    width: 85px;
    line-height: 74px;
    border-radius: 50%;
    background: #fff900;
    text-align: center;
    display: block;
    margin: 0 auto;
    animation: pulse2 2s linear infinite;
    outline: #fff900 solid 2px;
    border: 6px solid #bd1121;
    color: #bd1121;
    font-size: 34px;
  }
  
  .footer-contact2 span i {
    font-weight: 600;
  }
  
  .footer-contact2 strong {
    display: block;
    color: #fff900;
    padding: 26px 0 0px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
  }
  
  .footer-contact2 a {
    display: block;
    padding: 0px 0px 0;
    border-radius: 60px;
    font-size: 18px;
   
    color: #fff;
  }.dis-sec {
    padding: 0;
  }
.copyright {
   
    text-align: center;
    float: left;
    width: 100%;
}

.disclimer p {
    background: linear-gradient(360deg, #bd1121, #bc5a10);
    border-radius: 0 0 10px 10px;
    color: #fff;
    padding: 10px 15px 15px;
    line-height: 25px;
    font-weight: 600;
    font-size: 16px;
}

.copyryt {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    text-align: center;
    display: inline-block;
    padding: 7px 0 10px;
}

@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
    .head-left2 img {
        margin-top: 50px;
        margin-bottom: 10px;
      } .head-right2 {
        display: block;
        margin-top: 0px;
        margin-bottom: 10px;
      }
      
     .main-sv-secs .col-md-6{width: 50%;}
     .col-md-6{width: 50%;}
     .col-sm-4{width: 50%;}
}

@media(min-width:640px) and (max-width:767px) {
    .head-right2 a b {
        display: none;
    }

    .list-left2 p {
        font-size: 35px;
    }

    .main-sv-2 {
        float: left;
        width: 100%;
    }

    .main-sv-3 {
        float: left;
        width: 100%;
    }


    .services-4 strong {
        float: left;
        width: 100%;
    }

    .award-right1 a {
        color: #000000;
        font-size: 35px;
    }

    #callbook {
        display: block;
    }

    #callbook ul li a span {
        font-size: 15px;
    }
    #callbook i {
  color: #fff;
  font-size: 20px;
}
    .toplist1 {
        display: none;
      }
      .head-left2 img {
        margin-top: 50px;
        margin-bottom: 10px;
      }
      .head-right2 {
        display: block;
        margin-top: 0px;
        margin-bottom: 10px;
      }
      .about-title strong {
        font-size: 35px;
        line-height: 55px;
      }
      .about-title {
        padding: 0;
      }
      .main-svs-2 {
        float: left;
        width: 100%;
      }
      .mark-right3 {
        display: block;
      }
      .mark-right3 p {
        width: 100%;
      }
      .mark-right3 a {
        width: 100%;
        font-size: 36px;
      }
}

@media(min-width:480px) and (max-width:639px) {
    .head-right2 a b {
        display: none;
    }

    .list-left2 p {
        font-size: 35px;
    }

    .main-sv-2 {
        float: left;
        width: 100%;
    }

    .main-sv-3 {
        float: left;
        width: 100%;
    }


    .services-4 strong {
        float: left;
        width: 100%;
    }

    .award-right1 a {
        color: #000000;
        font-size: 35px;
    }

    #callbook {
        display: block;
    }

    #callbook ul li a span {
        font-size: 15px;
    }
    .toplist1 {
        display: none;
      }
      .head-left2 img {
        margin-top: 50px;
        margin-bottom: 10px;
      }
      .head-right2 {
        display: block;
        margin-top: 0px;
        margin-bottom: 10px;
      }
      .about-title strong {
        font-size: 35px;
        line-height: 55px;
      }
      .about-title {
        padding: 0;
      }
      .main-svs-2 {
        float: left;
        width: 100%;
      }
      .mark-right3 {
        display: block;
      }
      .mark-right3 p {
        width: 100%;
      }
      .mark-right3 a {
        width: 100%;
        font-size: 36px;
      }
}

@media(min-width:320px) and (max-width:479px) {
    .head-right2 a b {
        display: none;
    }

    .list-left2 p {
        font-size: 35px;
    }

    .main-sv-2 {
        float: left;
        width: 100%;
    }

    .main-sv-3 {
        float: left;
        width: 100%;
    }


    .services-4 strong {
        float: left;
        width: 100%;
    }

    .award-right1 a {
        color: #000000;
        font-size: 35px;
    }

    #callbook {
        display: block;
    }

    #callbook ul li a span {
        font-size: 15px;
    }
    .toplist1 {
        display: none;
      }
      .head-left2 img {
        margin-top: 50px;
        margin-bottom: 10px;
      }
      .head-right2 {
        display: block;
        margin-top: 0px;
        margin-bottom: 10px;
      }
      .about-title strong {
        font-size: 35px;
        line-height: 55px;
      }
      .about-title {
        padding: 0;
      }
      .main-svs-2 {
        float: left;
        width: 100%;
      }
      .mark-right3 {
        display: block;
      }
      .mark-right3 p {
        width: 100%;
      }
      .mark-right3 a {
        width: 100%;
        font-size: 36px;
      }
#callbook i {
  color: #fff;
  font-size: 20px;
}
}